bi.cdf.plot: Bivariate CDF estimation - plot

Description Usage Arguments Value Examples

View source: R/bi.cdf.plot.R

Description

Bivariate CDF estimation - plot

Usage

1
bi.cdf.plot(RV, grid_size)

Arguments

RV

Matrix: Realizations of two random variables

grid_size

Scalar : The size of the grid on which the plot will be made.

Value

Returns the CDF estimate across the grid.

Examples

1
2
3
OBJ = bi.cdf.plot(RV = cbind(rnorm(1000),rnorm(1000)), grid_size = 100)
OBJ$Plot3D
OBJ$Contour

anthonyyazdani/KernelMVA documentation built on March 29, 2021, 1:50 a.m.