|
Obsolete IDL Features: Routines with Obsolete Arguments or Keywords |
|
The following arguments and keywords to REGRESS are obsolete.
An Npoints-element vector of weights for each equation. For instrumental (Gaussian) weighting, set Weightsi = 1.0/standard_deviation(Yi)2. For statistical (Poisson) weighting, set Weightsi = 1.0/Yi. For no weighting, set Weightsi = 1.0, and set the RELATIVE_WEIGHT keyword.
A named variable that will contain an Npoints-elements vector of calculated values of Y.
A named variable that will contain the constant term.
A named variable that will contain the vector of standard deviations for the returned coefficients.
A named variable that will contain the value of F for test of fit.
A named variable that will contain the vector of linear correlation coefficients.
A named variable that will contain the multiple linear correlation coefficient.
A named variable that will contain a reduced, weighted, chi-squared.
A named variable that iwll contain the status of the internal array inversion computation.
If this keyword is set, the input weights (the W vector) are assumed to be relative values, and not based on known uncertainties in the Y vector. Set this keyword in the case of no weighting.
IDL Online Help (March 06, 2007)