Learn R Programming

GenHMM1d (version 0.2.1)

CDF: Cumulative distribution function

Description

This function computes the cumulative distribution function (cdf) of a univariate distribution

Usage

CDF(family, y, param, size = 0)

Value

f

cdf

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