Calccvbias

From Eigenvector Research Documentation Wiki
Revision as of 20:19, 11 March 2009 by imported>Scott (New page: ===Purpose=== Calculate the Cross-Validation Bias from a cross-validated model ===Synopsis=== :cvbias = calccvbias(model) :cvbias = calccvbias(model,cvpred) ===Description=== Calculat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Calculate the Cross-Validation Bias from a cross-validated model

Synopsis

cvbias = calccvbias(model)
cvbias = calccvbias(model,cvpred)

Description

Calculates the cross-validated bias based on a regression model and its cross-validation results. If the passed model contains the cvpred information in the detail field, the second input (cvpred) can be omitted. If no cvpred information is in the model (i.e. model.detail.cvpred is empty), then the second input must be supplied as

See Also

crossval