CDF: Cumulative distribution function

View source: R/CDF.R

CDFR 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


GenHMM1d documentation built on Sept. 9, 2025, 5:50 p.m.

Related to CDF in GenHMM1d...