Ils esterror

From Eigenvector Documentation Wiki

Jump to: navigation, search

Contents

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

Views
Personal tools