cont.jcdf | R Documentation |
Joint Cumulative Distribution Function of Two Continuous Random Variables
cont.jcdf(FUN, xs, ys, lo1 = -Inf, lo2 = -Inf)
FUN |
Continuous joint PDF function |
xs |
Specific values of X for displaying the cumulative probability |
ys |
Specific values of Y for displaying the cumulative probability |
lo1 |
Lower limit of X, Default: -Inf |
lo2 |
Lower limit of Y, Default: -Inf |
Cumulative probability
pdf = function(x, y) (x+y)*(x>0 & x<1)*(y>0 & y<1) cont.jcdf(pdf, Inf, Inf) cont.jcdf(pdf, 0.5, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.