cinv(p,df,nc) returns the pth quantile,
0<p<1, of the chi-square distribution with degrees of
freedom df. If the optional non-centrality parameter
nc is not specified, nc=0. nc is
the sum of the squares of the means. Examples:
y=cinv(0.95,5);
z=cinv(0.95,5,3);
Copyright © 1997 by Jerry Alan Veeh. All rights reserved.