dst_gev: Generalized Extreme Value Distribution

View source: R/dst_gev.R

dst_gevR Documentation

Generalized Extreme Value Distribution

Description

Makes a distribution belonging to the family of Generalized Extreme Value (GEV) distributions.

Usage

dst_gev(location, scale, shape)

Arguments

location

Location parameter; numeric.

scale

Scale parameter; positive numeric.

shape

Shape parameter; numeric.

Examples

dst_gev(0, 1, 1)

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