WeibullSolverDistribution Enumeration: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
Chris Kahn (talk | contribs) No edit summary  | 
				Kate Racaza (talk | contribs) No edit summary  | 
				||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Template:  | {{Template:API}}{{Template:APIBreadcrumb}}  | ||
Specifies the life distribution setting of an associated [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object.  | |||
'''Remarks''': To specify the form of the distribution (e.g., 2-parameter, 3-parameter, mixed Weibull, etc.), use the <code>Parameters</code> property of the object.  | |||
==Members==  | ==Members==  | ||
{| {{APITableEnum}}  | |||
|-  | |||
| style="width: 150px;"|Weibull||style="width: 80px;"|0||Weibull distribution or Mixed Weibull analysis.  | |||
|-  | |||
|Normal||1||Normal distribution.  | |||
|-  | |||
|Exponential||2||Exponential distribution  | |||
|-  | |||
|Lognormal||3||Lognormal distribution.  | |||
|-  | |||
|G_Gamma||4||Generalized gamma distribution.  | |||
|-  | |||
|Logistic||5||Logistic distribution.  | |||
|-  | |||
|Loglogistic||6||Loglogistic distribution.  | |||
|-  | |||
|Gumbel||7||Gumbel distribution.  | |||
|-  | |||
|Gamma||8||Gamma distribution.  | |||
|-  | |||
|Bayesian||9||Bayesian-Weibull analysis.  | |||
|}  | |||
==See Also==  | |||
*[[WeibullAnalysisOptions Class]]  | |||
Latest revision as of 18:52, 18 August 2016
![]()  | 
Member of:  SynthesisAPI    
Specifies the life distribution setting of an associated WeibullAnalysisOptions object.
Remarks: To specify the form of the distribution (e.g., 2-parameter, 3-parameter, mixed Weibull, etc.), use the Parameters property of the object.
Members
| Name | Value | Description | 
|---|---|---|
| Weibull | 0 | Weibull distribution or Mixed Weibull analysis. | 
| Normal | 1 | Normal distribution. | 
| Exponential | 2 | Exponential distribution | 
| Lognormal | 3 | Lognormal distribution. | 
| G_Gamma | 4 | Generalized gamma distribution. | 
| Logistic | 5 | Logistic distribution. | 
| Loglogistic | 6 | Loglogistic distribution. | 
| Gumbel | 7 | Gumbel distribution. | 
| Gamma | 8 | Gamma distribution. | 
| Bayesian | 9 | Bayesian-Weibull analysis. | 
