MA.len: Length of the filter. Set to 3 by default.
ma.scale: scaling factor of each lag matrix. See details.
a.smooth.coef: A coefficient to shrink coefficients of filter. Set to 0 by default.
seed: The random seed used to generate the filter. Set to 1 by default.
Returns
A d.ts x d.n x MA.len array
Details
Generates a filter (i.e. a d.ts x d.n x MA.len array) for a moving average process. The entries of the filter are generate randomly, but can be reproduced by specifying the random seed seed.
The ma.scale parameter should be a vector of length MA.len, and corresponds to a scaling factor applied to each lag of the filter of the MA process that is generated.