GetCdf {HydroPortailStats}R Documentation

Cumulative Distribution Function (cdf)

Description

Evaluates the cdf of a distribution

Usage

GetCdf(y, dist, par)

Arguments

y

numeric, value at which the cdf is evaluated

dist

character, distribution name

par

numeric vector, parameter vector

Value

The cdf as a numeric.

Examples

GetCdf(0,'Normal',c(0,1))
GetCdf(200,'GEV',c(100,25,-0.2))
GetCdf(200,'GEV',c(100,25,0.2))
GetCdf(3,'Poisson',0.75)

[Package HydroPortailStats version 1.0.3 Index]