Uses of Interface
dev.nm.stat.evt.evd.univariate.fitting.MaximumLikelihoodFitting
-
Packages that use MaximumLikelihoodFitting Package Description dev.nm.stat.evt.evd.univariate.fitting dev.nm.stat.evt.evd.univariate.fitting.pot -
-
Uses of MaximumLikelihoodFitting in dev.nm.stat.evt.evd.univariate.fitting
Classes in dev.nm.stat.evt.evd.univariate.fitting that implement MaximumLikelihoodFitting Modifier and Type Class Description class
GEVFittingByMaximumLikelihood
Estimate theGeneralizedEVD
parameter from the observations by maximum likelihood approach. -
Uses of MaximumLikelihoodFitting in dev.nm.stat.evt.evd.univariate.fitting.pot
Classes in dev.nm.stat.evt.evd.univariate.fitting.pot that implement MaximumLikelihoodFitting Modifier and Type Class Description class
PeaksOverThreshold
Peaks Over Threshold (POT) method estimates the parameters for generalized Pareto distribution (GPD) using maximum likelihood on the observations that are over a given threshold.class
PeaksOverThresholdOnClusters
Similar toPOT
, but only use the peak observations in clusters for the parametric estimation.
-