pdfbsgdp {ERPeq}R Documentation

Probability density function of the Birnbaum-Saunders-Generalized Pareto distribution

Description

Probability density function of the Birnbaum-Saunders-Generalized Pareto distribution

Usage

pdfbsgdp(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 pdf of the Birnbaum-Saunders-Generalized Pareto distribution.

References

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

Examples

pdfbsgdp(c(2,0.5,0.5),1)

[Package ERPeq version 0.1.0 Index]