Learn R Programming

SkeweDF (version 0.1.0)

Generalized_Pareto: Generalized Pareto Distribution Function

Description

Returns vector of length k of Generalized Pareto given a parameters theta, c, b , and rho

Usage

Generalized_Pareto(k, theta, c, b, rho)

Arguments

k

Length of vector to be generated

theta

Parameter of the Generalized Pareto function

c

Parameter of the Generalized Pareto function

b

Parameter of the Generalized Pareto function

rho

Parameter of the Generalized Pareto function