Description Usage Arguments Value Examples
Bivariate CDF estimation - plot
1 | bi.cdf.plot(RV, grid_size)
|
RV |
Matrix: Realizations of two random variables |
grid_size |
Scalar : The size of the grid on which the plot will be made. |
Returns the CDF estimate across the grid.
1 2 3 | OBJ = bi.cdf.plot(RV = cbind(rnorm(1000),rnorm(1000)), grid_size = 100)
OBJ$Plot3D
OBJ$Contour
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.