Learn R Programming

ERPeq (version 0.1.0)

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

Value

return the value of the pdf 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
pdfbsgdp(c(2,0.5,0.5),1)

Run the code above in your browser using DataLab