FitLmom: Estimate distribution parameters from a matrix of L-moment

Description Usage Arguments Examples

Description

Return a matrix of distribution parameters based on L-moments (in rows).

Usage

1
FitLmom(x, distr, Lscale = TRUE, Lcoef = TRUE)

Arguments

x

Vector or matrix of L-moments or L-Coefficients

distr

Distribution string. See lmom2par.

Lscale

Is the second column the L-scale (TRUE) or L-CV

Lcoef

Is the columns 3+ L-coefficients (TRUE) or L-moments

Examples

1
2
3
x <- matrix(c(100,20,.2,
                 200,50,.3), 2,3, byrow =TRUE)
FitLmom(x, 'gev')

martindurocher/floodRFA documentation built on June 5, 2019, 8:44 p.m.