Consider the following hidden markov model:
$X_t =F X_{t-1} + e_t$; $Z_t = H X_t + v_t$; $X_t \in \mathbb{R}^n, Z_t \in \mathbb{R}^m, e_t \sim N(0,Q), v_t \sim N(0,R)$.
Suppose that the process $X_t$ has unit roots. How does the presence of unit roots in the true Data-Generating Process affects evaluation of likelihood by Kalman filter and estimation of parameters $\theta$ ($F(\theta), H(\theta), R(\theta), Q(\theta)$)? Could you please be more specific in your answer and/or give reference to relevant literature regarding issues of consistency, rate of convergence, possible multimodality and etc. Thank you in advance.