<< nan_nhist Statistical Visualization nan_parallelcoords >>

NaN Toolbox >> NaN Toolbox > Statistical Visualization > nan_normplot

nan_normplot

Produce a normal probability plot for each column of X.

Calling Sequence

normplot(x)

Description

The line joing the 1st and 3rd quantile is drawn on the graph. If the underlying distribution is normal, the points will cluster around this line.

Note that this function sets the title, xlabel, ylabel, axis, grid, tics and hold properties of the graph. These need to be cleared before subsequent graphs using 'clf'.

Examples

Y=grand(1,25,'nor',0,1);
nan_normplot(Y);

Authors


<< nan_nhist Statistical Visualization nan_parallelcoords >>