public interface MaximumLikelihoodFitting
Modifier and Type | Method and Description |
---|---|
EstimateByLogLikelihood |
fit(double[] observations)
Fit the model with the given observations.
|
EstimateByLogLikelihood fit(double[] observations) throws Exception
observations
- the observations for fittingException
- when an error has occurred during fitting processCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.