andrewraim / sigexUI

0 stars 0 forks source link

Make ar and ma options in SigexParamARMA optional #3

Open jlivsey opened 2 years ago

jlivsey commented 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)].

We should be allowed to just omit the argument all together.