Ils esterror: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(New page: ===Purpose=== Estimation error for ILS models. ===Synopsis=== :model = ils_esterror(model); :pred = ils_esterror(model,pred); ====Inputs==== * '''model''' = a standard model structure...)
 
imported>Scott
No edit summary
Line 15: Line 15:


====Outputs====
====Outputs====
* if I/O == model = ils_esterror(model); the input (model) is output, with the field model.detail.esterror.dy populated with the estimation error.
* model = ils_esterror(model);  
* if I/O == pred = ils_esterror(model,pred); the input (pred) is output, with the field pred.detail.esterror.dy populated with the estimation error.
: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.
===Options===
 
options =  a structure array with the following fields:
 
* '''plots''': [ {'none'} | 'final' ] governs plotting of results, and
* '''order''': positive integer for polynomial order {default = 1}.


===See Also===
===See Also===


[[analysis]], [[pcr]], [[pls]]
[[analysis]], [[pcr]], [[pls]]

Revision as of 16:47, 16 September 2008

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