dlgpd: Computes the probability density function of Generalised...

Description Usage Arguments Value Examples

Description

Computes the probability density function of Generalised Pareto Distribution at x, with shape parameter alpha and scale parameter beta.

Usage

1
dlgpd(x, alpha, beta)

Arguments

x

value at which the pdf is evaluated.

alpha

Shape parameter.

beta

Scale parameter, should be positive.

Value

GPD pdf function evaluated at x with shape and scale parameters respectively alpha and beta.

Examples

1
dlgpd(2.34, alpha = 1, beta = 2)

ev.trawl documentation built on May 2, 2019, 2:49 p.m.