WeibullSolverDistribution Enumeration

From ReliaWiki
Revision as of 23:33, 5 February 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


Contains all available life distributions.

To set the specific version of the selected distribution (e.g., 2-parameter Weibull vs. mixed Weibull) for use with the WeibullDataSet.Calculate method, use the Parameters property of the WeibullAnalysisOptions class.

Syntax

Public Enum WeibullSolverDistribution

  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