ALTASolverDistribution Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) m (moved ALTASolverDistribution to ALTASolverDistribution Enumeration) |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_ALTA|Global ALTA}} | {{Template:APIClass|Global_ALTA|Global ALTA}} | ||
{{ | 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.}} | |||
{{APIPrefix|Public Enum}} | {{APIPrefix|Public Enum}} | ||
{{APIName|[[ALTASolverDistribution]]}} | {{APIName|[[ALTASolverDistribution]]}} |
Revision as of 21:41, 26 February 2014
Specifies the life distribution that will be used to perform accelerated life testing analysis.
Members
- Weibull Weibull distribution.
- Exponential Exponential distribution.
- Lognormal Lognormal distribution.
Public Enum
ALTASolverDistribution
ALTASolverDistribution Enum Weibull = 0 Exponential = 1 Lognormal = 2