I would like to define a state space representation of a model with a nonzero drift term in statsmodels. The documentation for the state state representation framework appears to assume that the stochastic terms (epsilon and eta) have zero mean:
Is there a way to introduce (and then set as parameters) a mean drift term to these stochastic processes in the state space representation? Perhaps by adding them to the intercept matrices c_t and d_t?
Thank you!