WeibullSolverMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{Template:APIClass|WeibullDataSet_Class|WeibullDataSet}}
{{Template:API}}{{Template:APIBreadcrumb}}
Specifies the method for estimating the parameters of the selected distribution (e.g., rank regression on X).
 
 
Specifies the method for estimating the parameters of a distribution.


== Members ==
== 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.
|}


*RRX        {{APIComment|Rank regression on X (RRX)}}
==See Also==
*RRY        {{APIComment|Rank regression on Y (RRY)}}
*[[WeibullBestFitOptions Class]]
*MLE        {{APIComment|Maximum likelihood estimation (MLE)}}
*[[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