ALTASolverDistribution Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
{{Template: | |||
Specifies the life distribution that will be used to perform accelerated life testing data analysis. | |||
{{ | == Members == | ||
{| {{APITableEnum}} | |||
|- | |||
| style="width: 150px;"|Weibull||style="width: 80px;"|0||Weibull distribution | |||
|- | |||
|Exponential||1||Exponential distribution | |||
|- | |||
|Lognormal||2||Lognormal distribution | |||
|} | |||
==See Also== | |||
*[[ALTAAnalysisOptions Class]] |
Latest revision as of 21:32, 20 April 2016
Member of: SynthesisAPI
Specifies the life distribution that will be used to perform accelerated life testing data analysis.
Members
Name | Value | Description |
---|---|---|
Weibull | 0 | Weibull distribution |
Exponential | 1 | Exponential distribution |
Lognormal | 2 | Lognormal distribution |