AICc formula for several sets, alternative definition
aicc_full_cpp(h, X_list, mcov_list, S_scale_dist, y_list, negative)
Scalar with the numeric value of the AICc formula
numeric specifying the scaling (sigma)
List. Contains matrices with the appropriate features of the training data
List. Contains the covariance matrices of the matrices in X_list
Logical. Indicates whether Mahalanobis distance should be scaled with the number of variables.
List. Contains the appropriate (temporary) response variables.
Logical. Whether to return the negative of the AICc value.
Martin Jullum