meanfailplot
Syntax
Description
meanfailplot( plots the failure times
mdl)mdl.FailureTimes versus the stressor levels
mdl.StressorLevels in the AcceleratedLifeModel object mdl. If
mdl contains one stressor, the function creates a scatter plot of the
data and a line representing the fitted mean failure times. If mdl
contains two stressors, the function creates a 3-D scatter plot of the data and a surface
that represents the fitted mean failure times.
To return the mean failure times, use the meanfailtime
function.
meanfailplot(___,BaselineStressorLevel=
adds a plot marker on the fitted model line or surface at the stressor level
baseline)baseline, using any of the input argument combinations in the
previous syntaxes. The number of elements in baseline must equal the
number of stressors in mdl.
meanfailplot( uses the plot
axes specified by the ax,___)Axes object ax. The option
ax can precede any of the input argument combinations in the previous
syntaxes.
returns the
handles (h = meanfailplot(___)h) to the fitted line or surface in the mean failure time
plot.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a
See Also
fitacclife | AcceleratedLifeModel | accelfactor | coefci | distfcn | distplot | icdf | meanfailtime | probplot
