Documentation for /Users/balarsen/Documents/idl/larsen/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

stats/

normal_prob_plot.pro

topnormal_prob_plot

Stats

normal_prob_plot, res [, BLOM=BLOM] [, TITLE=TITLE] [, _EXTRA=_EXTRA]

make a normal probability plot

One should add more plotting options but I dont use this often

Parameters

res in required

the residuals from regression analysis

Keywords

BLOM in optional

set this to use the blom position test

TITLE in optional

the title for the plot

_EXTRA in optional

extra keywords to plot

Examples

x = findgen(10) y = randomu(seed, 10) reg=regress(x, y, yfit=yfit) res = y-yfit normal_prob_plot, res, /blom

Author information

History:

Tue Jan 22 14:37:22 2008, Brian Larsen documented, written previously

Statistics

Lines: 33
McCabe complexity:

File attributes

Modifcation date: Mon Sep 22 12:38:53 2008
Lines: 78