Learn R Programming

ERPeq (version 0.1.0)

cdfbsgdp: 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)

Value

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

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

References

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

Examples

Run this code
cdfbsgdp(c(0.5,2,0.5),3)

Run the code above in your browser using DataLab