f.func {VARDetect} | R Documentation |
Main loss function for quardratic loss
Description
Main loss function
Usage
f.func(x, A, b)
Arguments
x |
Model parameters |
A |
Design matrix with size of n by p |
b |
Correspond vector or matrix |
Value
Value of objective function
[Package VARDetect version 0.1.8 Index]