gev_Lmom: Fitting the GEV distribution with Lmom

Description Usage Arguments Value See Also Examples

View source: R/GEV.R

Description

Function to fit the GEV distribution with the linear moment method

Usage

1
gev_Lmom(dat)

Arguments

dat

the data that needs fitting (i.e. flood data)

Value

param Estimated parameters and standard error returned as a list($estimate, $se). Standard error is not yet implemented

See Also

gev_mle, gev_mom

Examples

1
2
3
library(FlomKartShinyApp)
estimate = gev_Lmom(test_data)
FlomKartShinyApp::plot4server(test_data, param = estimate$estimate, distr = 3)

NVE/fitdistrib documentation built on May 7, 2019, 6:04 p.m.