WeibullSolverDistribution Enumeration: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
Kate Racaza (talk | contribs) No edit summary  | 
				Kate Racaza (talk | contribs) No edit summary  | 
				||
| Line 4: | Line 4: | ||
Specifies the life distribution setting of an associated [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object.  | Specifies the life distribution setting of an associated [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object.  | ||
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.  | |||
'''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==  | ||
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. | 
