cdfbsgdp: Cumulative distribution function of the...

View source: R/cdfbsgdp.R

cdfbsgdpR Documentation

Cumulative distribution function of the Birnbaum-Saunders-Generalized Pareto distribution

Description

Cumulative distribution function of the Birnbaum-Saunders-Generalized Pareto distribution

Usage

cdfbsgdp(par, x)

Arguments

par

parameter vector of the Birnbaum-Saunders-Generalized Pareto distribution. First parameter is the shape, second parameter is the scale parameter. Third parameter is the lower bound parameter.

x

vector of observations or single value

Value

return the value of the cdf of the Birnbaum-Saunders-Generalized Pareto distribution

References

Altun, E., Ozel, G. A novel approach to probabilistic hazard assessment: BSGPD model. (Under Review)

Examples

cdfbsgdp(c(0.5,2,0.5),3)

ERPeq documentation built on July 9, 2023, 5:27 p.m.

Related to cdfbsgdp in ERPeq...