public interface Estimator
Modifier and Type | Interface and Description |
---|---|
static class |
Estimator.EstimatorException
The EstimatorException class encompasses all the exception that can be thrown when the
optimizer fails to reach convergence.
|
Modifier and Type | Method and Description |
---|---|
boolean |
doEstimation(StatisticalModel<? extends StatisticalDataStructure> model) |
Estimate<?> |
getParameterEstimates()
This method returns the parameter estimates.
|
boolean |
isConvergenceAchieved()
This method returns true if the estimator successfully estimated the parameters.
|
boolean doEstimation(StatisticalModel<? extends StatisticalDataStructure> model) throws Estimator.EstimatorException
Estimator.EstimatorException
boolean isConvergenceAchieved()
Estimate<?> getParameterEstimates()