distfcn
Syntax
Description
returns
the Survivor Function values
fx = distfcn(mdl)fx of the AcceleratedLifeModel object mdl, evaluated at 100 equally
spaced time values. You can specify custom evaluation times by setting the
EvaluationTimes name-value argument. distfcn
calculates the survivor function values at the stressor level in
mdl.BaselineStressorLevel. If
mdl.BaselineStressorLevel is empty, distfcn
uses the last unique stressor level in mdl.StressorLevels.
[___] = distfcn(
calculates the survivor function values at the stressor level specified by
mdl,stressorLevel)stressorLevel. Use this syntax with any of the output argument
combinations in the previous syntaxes.
[___] = distfcn(___,
specifies options in addition to one or more name-value arguments using any of the input or
output argument combinations in the previous syntaxes. For example,
Name=Value)Type="cdf" specifies to return the cumulative distribution function
(cdf) values of mdl.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced in R2026a
See Also
fitacclife | AcceleratedLifeModel | accelfactor | coefci | distplot | icdf | meanfailplot | meanfailtime | probplot

