meanfailtime
Mean failure times and life distribution coefficients of accelerated life model
Since R2026a
Syntax
Description
returns a table with variables for each stressor and a variable containing the corresponding
mean failure times according to the meanFailTimes = meanfailtime(mdl)AcceleratedLifeModel object mdl. The table contains a row
for each unique stressor level in mdl.stressorLevels, and a row for the
stressor level in mdl.BaselineStressorLevel (if nonempty).
To plot the mean failure times, use the meanfailplot
function.
returns the mean failure times at the stressor levels specified by
meanFailTimes = meanfailtime(mdl,stressorLevels)stressorLevels.
[
additionally returns a table meanFailTimes,lifeCoeffs] = meanfailtime(___)lifeCoeffs containing the fitted life
distribution coefficients at the stressor levels, using any of the input argument
combinations in the previous syntaxes.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a
See Also
fitacclife | AcceleratedLifeModel | accelfactor | coefci | distfcn | distplot | icdf | meanfailplot | probplot
