reichlab / lssm

Linear state space models
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

allow for an intercept in ARMA models #11

Closed elray1 closed 3 years ago

elray1 commented 3 years ago

The intercept parameter will be a single real number. To handle this in the filtering, set up a column vector c of length m with first entry equal to the intercept parameter and all others 0.

elray1 commented 3 years ago

We should see if we can figure out how to make this optional. One possibility: