dgpa: Probability density function of Generalized Pareto...

View source: R/dgpa.R

dgpaR Documentation

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

Author(s)

Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]

Examples


d <- dgpa(x = 0.1, para = c(1, 2, 0.5))


LMoFit documentation built on May 29, 2024, 9:15 a.m.