Learn R Programming

LMoFit (version 0.1.6)

dgpa: Probability density function of Generalized Pareto Distribution

Description

Probability density function of Generalized Pareto Distribution

Usage

dgpa(x, para)

Arguments

x

quantile/s

para

parameters as c(location, scale, shape)

Value

Probability density function

Examples

Run this code
# NOT RUN {
d <- dgpa(x = 0.1, para = c(1, 2, 0.5))

# }

Run the code above in your browser using DataLab