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 1: | Line 1: | ||
{{Template:APIClass|Global_Weibull Class|Global_Weibull}} | {{Template:APIClass|Global_Weibull Class|Global_Weibull}} | ||
== | == Syntax== | ||
{{APIPrefix|Public Enum}} | {{APIPrefix|Public Enum}} | ||
{{APIName|WeibullSolverMethod}} | {{APIName|'''WeibullSolverMethod'''}}<br> | ||
{{APIComment|Available Weibull solver analysis methods. This includes RRX, RRY, and MLE.}} | {{APIComment|Available Weibull solver analysis methods. This includes RRX, RRY, and MLE.}} | ||
{{Template:WeibullSolverMethod}} | {{Template:WeibullSolverMethod}} |
Revision as of 16:30, 24 September 2013
Syntax
Public Enum
WeibullSolverMethod
Available Weibull solver analysis methods. This includes RRX, RRY, and MLE.
WeibullSolverMethod Enum RRX = MSolverMethod.MS_RRX RRY = MSolverMethod.MS_RRY MLE = MSolverMethod.MS_MLE