GPDdist: Creates an Object Representing Generalized Pareto...

View source: R/creators.R

GPDdistR Documentation

Creates an Object Representing Generalized Pareto Distribution

Description

The function creates an object which represents the generalized Pareto distribution.

Usage

GPDdist(loc = 0, scale = 1, shape = 0)

Arguments

loc

location parameter, default: 0.

scale

scale parameter, default: 1.

shape

shape parameter, default: 0.

Details

See GPD.

Value

Object of class GPDdist.

See Also

GPD

Examples

G <- GPDdist(0, 1, 0)
d(G, c(2, 3, 4, NA))
r(G, 5)

mistr documentation built on March 7, 2023, 7:42 p.m.