msefun.normal: Prediction means squared errors for hold out data in cross validation
Description
The function computes Prediction means squared errors for hold out data of ith fold
Usage
msefun.normal(lambda1,f1,xi,yi)
Arguments
f1
A fitted `extlasso' object
xi
Hold out data of predictor variables
yi
Hold out data of response variables
Value
A value of prediction mean squared error
Details
This function is internal and used by cross validation routines.