WeibullSolverMethod Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|GlobalStuff Weibull Class|GlobalStuff Weibull}} == Declaration == {{APIPrefix|Public Enum}} {{APIName|WeibullSolverMethod}} {{APIComment|Available Weibull …') |
Albert Szeto (talk | contribs) |
||
Line 6: | Line 6: | ||
{{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}} |
Revision as of 17:51, 12 September 2013
Declaration
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