gev_raw: Representations of the Generalized Extreme Value Distribution

pgevR Documentation

Representations of the Generalized Extreme Value Distribution

Description

Representations of the Generalized Extreme Value Distribution

Usage

pgev(q, location, scale, shape)

qgev(p, location, scale, shape)

dgev(x, location, scale, shape)

Arguments

location

Location parameter; numeric.

scale

Scale parameter; positive numeric.

shape

Shape parameter; numeric.

p

Vector of probabilities.

x, q

Vector of quantiles.

Examples

pgev(1:10, 0, 1, 1)
dgev(1:10, 0, 2, 0)
qgev(1:9 / 10, 2, 10, -2)

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