CDF {GenHMM1d} | R Documentation |
Cumulative distribution function
Description
This function computes the cumulative distribution function (cdf) of a univariate distribution
Usage
CDF(family, y, param, size = 0)
Arguments
family |
distribution name; run the function distributions() for help |
y |
values at which the cdf is evaluated |
param |
parameters of the distribution; (1 x p) |
size |
additional parameter for some discrete distributions; run the command distributions() for help |
Value
f |
cdf |
[Package GenHMM1d version 0.2.1 Index]