gev_mom: Fitting the GEV distribution with mom

Description Usage Arguments Value See Also Examples

View source: R/GEV.R

Description

Function to fit the GEV distribution with the ordinary moments method

Usage

1
gev_mom(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_Lmom, gev_mle

Examples

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

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