WeibullSolverMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff Weibull Class|GlobalStuff Weibull}} == Declaration == {{APIPrefix|Public Enum}} {{APIName|WeibullSolverMethod}} {{APIComment|Available Weibull …')
 
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