ALTASolverDistribution Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|GlobalStuff ALTA Class|GlobalStuff ALTA}} == Declaration == {{APIPrefix|Public Enum}} {{APIName|ALTASolverDistribution}} :{{APIName|Weibull }} = {{APIName|…') |
Kate Racaza (talk | contribs) No edit summary |
||
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
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 |