ALTASolverDistribution Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:APIClass|Global_ALTA|Global ALTA}}  
{{Template:API}}{{Template:APIBreadcrumb}}
Specifies the life distribution that will be used to perform accelerated life testing analysis.


==Members==
* Weibull {{APIComment| Weibull distribution.}}
* Exponential {{APIComment| Exponential distribution.}}
* Lognormal {{APIComment| Lognormal distribution.}}


Specifies the life distribution that will be used to perform accelerated life testing data analysis.


{{APIPrefix|Public Enum}}
== Members ==
{{APIName|[[ALTASolverDistribution]]}}
{| {{APITableEnum}}
|-
| style="width: 150px;"|Weibull||style="width: 80px;"|0||Weibull distribution
|-
|Exponential||1||Exponential distribution
|-
|Lognormal||2||Lognormal distribution
|}


<div style="margin-right: 150px;">
 
{{Template:ALTASolverDistribution}}
 
</div>
 
 
==See Also==
*[[ALTAAnalysisOptions Class]]

Latest revision as of 21:32, 20 April 2016

APIWiki.png


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



See Also