WeibullSolverMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:API}}{{Template:APIBreadcrumb}}
== Syntax==


{{APIPrefix|Public Enum}}
{{APIName|'''WeibullSolverMethod'''}}<br>
{{APIComment|Available Weibull solver analysis methods. This includes Rank Regression on X (RRX), Rank Regression on Y (RRY), and Maximum Likelihood Estimation (MLE)}}


{{Template:WeibullSolverMethod}}
Specifies the method for estimating the parameters of a distribution.
 
== Members ==
{| {{APITableEnum}}
|-
| style="width: 150px;"|RRX||style="width: 80px;"|0||Rank regression on X.
|-
|RRY||1||Rank regression on Y.
|-
|MLE||2||Maximum likelihood estimation.
|}
 
 
 
 
 
 
==See Also==
*[[WeibullBestFitOptions Class]]
*[[WeibullAnalysisOptions Class]]

Latest revision as of 15:02, 21 April 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the method for estimating the parameters of a distribution.

Members

Name Value Description
RRX 0 Rank regression on X.
RRY 1 Rank regression on Y.
MLE 2 Maximum likelihood estimation.




See Also