|
|
|||
|
|
|
| BUILT-IN MATHEMATICA SYMBOL | See Also »|More About » |
ParameterEstimator | ![]() |
| ParameterEstimator is an option to EstimatedDistribution and FindDistributionParameters that specifies what parameter estimator to use. |
| "MaximumLikelihood" | maximize the log-likelihood function | |
| "MethodOfMoments" | match raw moments | |
| "MethodOfCentralMoments" | match central moments | |
| "MethodOfCumulants" | match cumulants | |
| "MethodOfFactorialMoments" | match factorial moments |
| Automatic | automatically chosen solver | |
| "FindMaximum" | use FindMaximum to maximize log-likelihood | |
| "FindRoot" | use FindRoot to solve likelihood equations | |
| "NMaximize" | use NMaximize to maximize log-likelihood |
| Automatic | automatically chosen solver | |
| "FindRoot" | use FindRoot to solve moment equations | |
| "NSolve" | use NSolve to solve moment equations | |
| "Solve" | use Solve to solve moment equations |