public interface ClosedFormMaximumLikelihoodInterface
| Modifier and Type | Method and Description |
|---|---|
double[] |
getClosedFormMLE(double[] x)
Returns the maximum likelihood estimates (MLEs).
|
double[] |
getClosedFormMlStandardError(double[] x)
Returns the standard error based on the closed form solution of the
maximum liklihood for the sample data.
|
double[] getClosedFormMLE(double[] x)
x - a double array containing the datadouble array containing distribution parametersdouble[] getClosedFormMlStandardError(double[] x)
x - a double array containing the datadouble array containing the standard errorsCopyright © 2020 Rogue Wave Software. All rights reserved.