ALTASolverDistribution Enumeration

From ReliaWiki
Revision as of 21:41, 26 February 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


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