Learn R Programming

GLmom (version 1.3.1)

pargev.xifix: GEV parameter estimation with fixed shape parameter (MAGEV internal)

Description

Internal function that estimates GEV location and scale parameters given a fixed shape parameter, using L-moment equations.

Usage

pargev.xifix(lmom, xifix = 0.1, checklmom = TRUE, ...)

Value

A list with components:

type

Character "gev"

para

Numeric vector of GEV parameters (mu, sigma, xi)

source

Character "pargev"

Arguments

lmom

L-moments object from lmomco::lmoms().

xifix

Fixed shape parameter value. Default is 0.1.

checklmom

Logical. Whether to check L-moment validity. Default is TRUE.

...

Additional arguments (unused).