ALTASolverMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_ALTA|Global_ALTA}}  
{{Template:API}}{{Template:APIBreadcrumb}}
ALTA solver analysis methods including MLE.
 
== Syntax==
 
{{APIPrefix|Public Enum}}
Specifies that the maximum likelihood estimation (MLE) method will be used to estimate the model's parameters.  
{{APIName|ALTASolverMethod}}<br>
 
{{APIComment|Available ALTA solver analysis methods. This currently includes MLE.}}
== Members ==
{{Template:ALTASolverMethod}}
{| {{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

APIWiki.png


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.



See Also