Calccvbias

From Eigenvector Research Documentation Wiki
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