Ils esterror

From Eigenvector Research Documentation Wiki
Revision as of 16:47, 16 September 2008 by imported>Scott
Jump to navigation Jump to search

Purpose

Estimation error for ILS models.

Synopsis

model = ils_esterror(model);
pred = ils_esterror(model,pred);

Inputs

  • model = a standard model structure (see PLS, PCR, MLR).

Optional Inputs

  • pred = a standard model prediction or validation structure [e.g. outputs (pred) or (valid) from PLS, PCR, or MLR].

Outputs

  • model = ils_esterror(model);
The input (model) is output, with the field model.detail.esterror.dy populated with the estimation error.
  • pred = ils_esterror(model,pred);
The input (pred) is output, with the field pred.detail.esterror.dy populated with the estimation error.

See Also

analysis, pcr, pls