un.pdf.plot: Univariate PDF estimation - plot

Description Usage Arguments Value Examples

View source: R/un.pdf.plot.R

Description

Univariate PDF estimation - plot

Usage

1
un.pdf.plot(RVa, grid_size)

Arguments

RVa

Vector: Realizations of a random variable

grid_size

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

Value

Returns the PDF estimate across the grid.

Examples

1
2
OBJ = un.pdf.plot(RVa = rnorm(10000), grid_size = 1000)
OBJ$Plot

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