dst_gpd: Generalized Pareto Distribution

View source: R/dst_gpd.R

dst_gpdR Documentation

Generalized Pareto Distribution

Description

Makes a distribution belonging to the family of generalized Pareto distributions (GPD).

Usage

dst_gpd(location, scale, shape)

Arguments

location

Location parameter; numeric.

scale

Scale parameter; positive numeric.

shape

Shape parameter; numeric.

Value

Object of class "dst" of a GPD.

Examples

dst_gpd(0, 1, 1)

vincenzocoia/distionary documentation built on March 5, 2024, 3:13 a.m.