WeibullSolverDistribution Enumeration

From ReliaWiki
Revision as of 21:53, 3 December 2013 by John Leavitt (talk | contribs) (Protected "WeibullSolverDistribution" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
Jump to navigation Jump to search


Syntax

Public Enum WeibullSolverDistribution
Available Weibull solver distributions. This includes Weibull, Normal, Exponential, Lognormal, G_Gamma, Logistic, Loglogistic, Gumbel, Gamma, and Bayesian distribution.

  WeibullSolverDistribution Enum
  Weibull = MSolverDistribution.MS_Weibull 
  Normal = MSolverDistribution.MS_Normal 
  Exponential = MSolverDistribution.MS_Exponential 
  Lognormal = MSolverDistribution.MS_Lognormal 
  G_Gamma = MSolverDistribution.MS_G_Gamma 
  Logistic = MSolverDistribution.MS_Logistic 
  Loglogistic = MSolverDistribution.MS_Loglogistic 
  Gumbel = MSolverDistribution.MS_Gumbel 
  Gamma = MSolverDistribution.MS_Gamma
  Bayesian = MSolverDistribution.MS_Bayesian