R/utils.R

Defines functions scale.rows

scale.rows = function(x, s) apply(x,2,function(j) j*s)
jeffwong/fastVAR documentation built on May 19, 2019, 4:02 a.m.