Uses of Class
dev.nm.stat.evt.evd.univariate.fitting.EstimateByLogLikelihood
-
Packages that use EstimateByLogLikelihood Package Description dev.nm.stat.evt.evd.univariate.fitting dev.nm.stat.evt.evd.univariate.fitting.pot -
-
Uses of EstimateByLogLikelihood in dev.nm.stat.evt.evd.univariate.fitting
Methods in dev.nm.stat.evt.evd.univariate.fitting that return EstimateByLogLikelihood Modifier and Type Method Description EstimateByLogLikelihood
GEVFittingByMaximumLikelihood. fit(double[] observations)
Find the best-fit GEV parameters (location, scale, shape) by minimizing the negative log-likelihood.EstimateByLogLikelihood
MaximumLikelihoodFitting. fit(double[] observations)
Fit the model with the given observations. -
Uses of EstimateByLogLikelihood in dev.nm.stat.evt.evd.univariate.fitting.pot
Methods in dev.nm.stat.evt.evd.univariate.fitting.pot that return EstimateByLogLikelihood Modifier and Type Method Description EstimateByLogLikelihood
PeaksOverThreshold. fit(double[] observations)
Fits the observations to a generalized Pareto distribution (GPD).EstimateByLogLikelihood
PeaksOverThresholdOnClusters. fit(double[] observations)
-