un.cdf: Univariate CDF estimation

Description Usage Arguments Value Examples

View source: R/un.cdf.R

Description

Univariate CDF estimation

Usage

1
un.cdf(RVa, q)

Arguments

RVa

Vector: Realizations of a random variable

q

Scalar: Quantile

Value

Returns the CDF estimate for the quantile of interest.

Examples

1
un.cdf(RVa = rnorm(10000), q = 0)

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