WeibullSolverMethod Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
{{APIPrefix|Public Enum}} | {{APIPrefix|Public Enum}} | ||
{{APIName|'''WeibullSolverMethod'''}}<br> | {{APIName|'''WeibullSolverMethod'''}}<br> | ||
{{APIComment|Available Weibull solver analysis methods. This includes RRX, RRY, and MLE | {{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}} | {{Template:WeibullSolverMethod}} |
Revision as of 18:11, 28 January 2014
Syntax
Public Enum
WeibullSolverMethod
Available Weibull solver analysis methods. This includes Rank Regression on X (RRX), Rank Regression on Y (RRY), and Maximum Likelihood Estimation (MLE)
WeibullSolverMethod Enum RRX = MSolverMethod.MS_RRX RRY = MSolverMethod.MS_RRY MLE = MSolverMethod.MS_MLE