WeibullSolverMethod Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
{{Template: | |||
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. | |||
|} | |||
==See Also== | |||
*[[WeibullBestFitOptions Class]] | |||
*[[WeibullAnalysisOptions Class]] |
Latest revision as of 15:02, 21 April 2016
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. |