Home > freetb4matlab > statistics > normplot.m

normplot

PURPOSE ^

%

SYNOPSIS ^

function normplot(X)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} normplot (@var{X})
%
% Produce a normal probability plot for each column of X.
%
% 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'.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003