CDF_est: Cumulative density function

Description Usage Arguments Value

View source: R/CDF_est.R

Description

This function compute the cumulative density function of an univariate distribution (used) in the CVM calculation

Usage

1
CDF_est(family, y, param, size = 0, u_Ros = 0)

Arguments

family

distribution name; run the command distributions() for help

y

observations

param

parameters of the distribution

size

additional parameter for some discrete distributions

u_Ros

used internally for the computation of the Rosenblatt transform for univariate discrete distribution

Value

f

cdf


GenHMM1d documentation built on Jan. 21, 2021, 9:07 a.m.

Related to CDF_est in GenHMM1d...