ALTASolverMethod Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|GlobalStuff ALTA Class|GlobalStuff ALTA}} == Declaration == {{APIPrefix|Public Enum}} {{APIName|ALTASolverMethod}} :{{APIName|MLE}} = {{APIName|RSMath8.CAL…') |
Kate Racaza (talk | contribs) No edit summary |
||
(15 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
Specifies that the maximum likelihood estimation (MLE) method will be used to estimate the model's parameters. | |||
{{ | == Members == | ||
{| {{APITableEnum}} | |||
|- | |||
| style="width: 80px;"|MLE||style="width: 80px;"|0||Maximum likelihood estimation (MLE) method. | |||
|} | |||
==See Also== | |||
*[[ALTAAnalysisOptions Class]] |
Latest revision as of 22:27, 20 April 2016
Member of: SynthesisAPI
Specifies that the maximum likelihood estimation (MLE) method will be used to estimate the model's parameters.
Members
Name | Value | Description |
---|---|---|
MLE | 0 | Maximum likelihood estimation (MLE) method. |