CDF_est {GenHMM1d} | R Documentation |
Cumulative distribution function
Description
This function computes the cumulative distribution function of an univariate distribution (used) in the CVM calculation
Usage
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 non continuous distributions |
Value
f |
cdf |
[Package GenHMM1d version 0.2.1 Index]