Description Usage Arguments Value Examples
Joint CDF Plot of Two Continuous Random Variables
1 | cont.jcdfp(FUN, lo1, up1, lo2, up2, mt)
|
FUN |
Continuous joint PDF function |
lo1 |
Lower limit of x-axis |
up1 |
Upper limit of x-axis |
lo2 |
Lower limit of y-axis |
up2 |
Upper limit of y-axis |
mt |
Title of the joint PDF plot |
None.
1 2 3 | pdf <- function(x, y) (x + y) * (x > 0 & x < 1) * (y > 0 & y < 1)
library(scatterplot3d)
cont.jcdfp(pdf, 0, 1, 0, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.