| cdfbsgdp {ERPeq} | R 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)
[Package ERPeq version 0.1.0 Index]