| Interface | Description |
|---|---|
| Estimator |
| Class | Description |
|---|---|
| MaximumLikelihoodEstimator |
This interface specifies if the optimizer is based on a maximum likelihood theory.
|
| OLSEstimator |
The OLSOptimizer implements the Ordinary Least Squares estimator.
|
| Exception | Description |
|---|---|
| Estimator.EstimatorException |
The EstimatorException class encompasses all the exception that can be thrown when the
optimizer fails to reach convergence.
|