WeibullSolverDistribution Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:WeibullSolverDistribution.Cmt}}
== Syntax==
== Syntax==


{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|'''WeibullSolverDistribution'''}}<br>
{{APIName|'''WeibullSolverDistribution'''}}<br>
{{APIComment|Available Weibull solver distributions. This includes Weibull, Normal, Exponential, Lognormal, Generalized Gamma (G_Gamma), Logistic, Loglogistic, Gumbel, Gamma, and Bayesian-Weibull distribution.}}
{{Template:WeibullSolverDistribution}}
{{Template:WeibullSolverDistribution}}

Revision as of 16:18, 30 January 2014


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