WeibullSolverMethod Enumeration

From ReliaWiki
Revision as of 18:11, 28 January 2014 by John Leavitt (talk | contribs)
Jump to navigation Jump to search


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