Interface MaximumLikelihoodFitting
-
- All Known Implementing Classes:
GEVFittingByMaximumLikelihood
,PeaksOverThreshold
,PeaksOverThresholdOnClusters
public interface MaximumLikelihoodFitting
This interface defines model fitting by maximum likelihood algorithm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EstimateByLogLikelihood
fit(double[] observations)
Fit the model with the given observations.
-
-
-
Method Detail
-
fit
EstimateByLogLikelihood fit(double[] observations) throws Exception
Fit the model with the given observations.- Parameters:
observations
- the observations for fitting- Returns:
- the fitted parameters of the model
- Throws:
Exception
- when an error has occurred during fitting process
-
-