gev_mle: Fitting the GEV distribution with MLE

Description Usage Arguments Value See Also Examples

View source: R/GEV.R

Description

Function to fit the GEV distribution with the maximum likelihood method

Usage

1
gev_mle(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)

See Also

gev_Lmom, gev_mom

Examples

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

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