WeibullSolverDistribution Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
*Loglogistic  {{APIComment|Loglogistic distribution}}
*Loglogistic  {{APIComment|Loglogistic distribution}}
*Gumbel      {{APIComment|Gumbel distribution }}
*Gumbel      {{APIComment|Gumbel distribution }}
==Usage Example==
{{APIComment|Declare a WeibullDataSet object.}}
        Dim WDS as New [[WeibullDataSet Class|WeibullDataSet]]
{{APIComment|Set Weibull as the distribution for analysis.}}
        WDS.[[WeibullDataSet.AnalysisSettings|AnalysisSettings]].[[WeibullAnalysisOptions.Distribution|Distribution]] = [[WeibullSolverDistribution]].Weibull

Revision as of 23:43, 2 May 2014


Specifies the life distribution to fit to the data set

To specify the form of the selected distribution (e.g., 2-parameter Weibull vs. mixed Weibull), use the Parameters property of the WeibullAnalysisOptions class.

Members

  • Weibull Weibull distribution (including mixed Weibull analysis)
  • Bayesian Bayesian-Weibull analysis
  • Exponential Exponential distribution
  • Lognormal Lognormal distribution
  • Normal Normal distribution
  • G_Gamma Generalized gamma distribution
  • Gamma Gamma distribution
  • Logistic Logistic distribution
  • Loglogistic Loglogistic distribution
  • Gumbel Gumbel distribution