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.
Value
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.