![]() |
![]() |
|
PLS_Toolbox Documentation: plotqq | < plotpct | plotsym > |
plotqq
Purpose
Quantile-quantile plot.
Synopsis
vals = plotqq(x,distname,translate)
Description
Makes a quantile-quantile plot of a sample in the input (x) against the optional input (distname). A 45 degree line is also plotted. The larger the deviation from the reference line the more likely it is the input (x) does not come from the distribution (distname).
Inputs:
Outputs:
The return value is a structure with the following fields:
Examples
vals = plotqq(x)
vals = plotqq(x,'normal')
vals = plotqq(x,'beta')
See Also
plotedf, plotkd, plotcqq, plotsym
< plotpct | plotsym > |