Base.collectMethod
collect(maxima)

Collect maxima values using appropriate model.

Distributions.fit_mleMethod
fit_mle(gev, bm)

Fit generalized extreme value distribution gev to block maxima bm with constrained maximum likelihood estimation.

Distributions.fit_mleMethod
fit_mle(gp, pm)

Fit generalized Pareto distribution gp to peak over threshold maxima pm with constrained maximum likelihood estimation.

ExtremeStats.log_gev_pdfMethod

loggevpdf(arg, μ, σ, ξ)

Log density function of the generalized extreme value distribution, with an expansion with ξ near zero.

ExtremeStats.log_gpd_pdfMethod

loggpdpdf(arg, μ, σ, ξ)

Log density function of the generalized Pareto distribution, with an expansion with ξ near zero.

ExtremeStats.returnlevelsMethod
returnlevels(gev, mmin, mmax; nlevels=50)

Return nlevels periods and levels of generalized extreme value distribution gev with maxima in the interval [mmin,mmax].