General Information
Stepwise linear regression
- Usage
void g02efc(Integer m, Integer n, const double wmean[], const double c[], double sw, Integer isx[],
double fin, double fout, double tau, double b[], double se[], double *rsq, double *rms,
Integer *df, NAG_G02EFC_MONFUN, Nag_Comm *comm, NagError *fail)
- Classification
| L8c1 | Multiple linear ordinary least squares regression (i.e., y = b(0) + b(1)*x(1) + ... + b(p)*x(p), error only in y-variable, least squares analysis) |
- Type
- subroutine in NAGC package (G02 sublibrary)
- Language
- C
- Availability
- Proprietary, Portable