WeibullSolverDistribution Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|'''WeibullSolverDistribution'''}}<br>
{{APIName|'''WeibullSolverDistribution'''}}<br>
<div style="margin-right: 150px;">
{{Template:WeibullSolverDistribution}}
{{Template:WeibullSolverDistribution}}
</div>

Revision as of 23:33, 5 February 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