Open jlivsey opened 2 years ago
Analogous issue to #2 .
Example: To get no ma component in a SigexParamARMA object we need ma = matrix(0, N, 1)[numeric(0), numeric(0)].
SigexParamARMA
ma = matrix(0, N, 1)[numeric(0), numeric(0)]
We should be allowed to just omit the argument all together.
Analogous issue to #2 .
Example: To get no ma component in a
SigexParamARMA
object we needma = matrix(0, N, 1)[numeric(0), numeric(0)]
.We should be allowed to just omit the argument all together.