Temp-function for computing the full AICc with several X's etc
aicc_full_single_cpp(X, mcov, S_scale_dist, h, y)
X
: matrix.mcov
: matrix The covariance matrix of X.S_scale_dist
: logical. Indicating whether the Mahalanobis distance should be scaled with the number of variablesh
: numeric specifying the scaling (sigma)y
: Vector Representing the (temporary) response variableScalar with the numeric value of the AICc formula.
Martin Jullum
Useful links