Description Usage Arguments Value Examples
View source: R/copula.pdf.plot.R
Bivariate PDF estimation of copula - plot
1 | copula.pdf.plot(RV, grid_size, sqrt = FALSE)
|
RV |
Matrix: Realizations of two random variables. |
grid_size |
Scalar : The size of the grid on which the plot will be made. |
sqrt |
if sqrt = TRUE copula estimate is shown on the square root scale. It helps to have a better look at some of the details in the PDF. However, the estimate is misleading. |
Returns the PDF estimate across the grid.
1 2 3 | OBJ = copula.pdf.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.