cdfbsgdp | R Documentation |
Cumulative distribution function of the Birnbaum-Saunders-Generalized Pareto distribution
cdfbsgdp(par, x)
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 |
return the value of the cdf of the Birnbaum-Saunders-Generalized Pareto distribution
Altun, E., Ozel, G. A novel approach to probabilistic hazard assessment: BSGPD model. (Under Review)
cdfbsgdp(c(0.5,2,0.5),3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.