capaplot
R2026bCreate process capability plot
Syntax
Description
fits a normal distribution to the data p = capaplot(x,specs)x and returns the probability
p that a new observation from the fitted distribution falls within
the specification range given by specs. The function displays a
capability plot of the fitted normal distribution function and the specification
range.
plots a histogram of the data in p = capaplot(___,ShowHistogram=showhist)x (or pd, if
present) in the capability plot when showhist is
true, using any of the input argument combinations in the previous
syntaxes. Otherwise, the capability plot displays a shaded region bounded by the
specification limits and the fitted distribution function (or the distribution function in
pd). (since R2026b)
Examples
Input Arguments
Output Arguments
References
[1] Montgomery, Douglas C. Statistical Quality Control. 7th ed. Nashville, TN: John Wiley & Sons, 2012.
Version History
Introduced before R2006aSee Also
capability | fitdist | makedist | histfit | Distribution Fitter



