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 classGEVFittingByMaximumLikelihoodEstimate theGeneralizedEVDparameter 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 classPeaksOverThresholdPeaks Over Threshold (POT) method estimates the parameters for generalized Pareto distribution (GPD) using maximum likelihood on the observations that are over a given threshold.classPeaksOverThresholdOnClustersSimilar toPOT, but only use the peak observations in clusters for the parametric estimation.
-