Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. \begin{problem}{1}
  2. Consider a process of the form
  3. $$Y_t = R \cos [2\pi(ft + \Phi)], \quad t = 0; \pm1;\pm 2 \dots, $$
  4. where $0<f< 1/2$ is deterministic, $R$ and $\Phi$ are uncorrelated random variables with $\Phi$ being uniformly distributed in [0, 1].
  5. \begin{enumerate}[label=\alph*)]
  6. \item Compute expectation, autocovariance function and autocorrelation function of ($Y_t$)
  7. \item Check whether the process $Y$ is stationary (in a weak sense).
  8. \end{enumerate}
  9. \end{problem}
  10.  
  11. \begin{problem}{2}
  12. Let
  13. $$X_t = \varphi X_{t-3} + \varepsilon_t,$$
  14. where ($\varepsilon_t$) is a white noise with $\varepsilon_t ~ N(0;\sigma^2)$.
  15.  
  16. \begin{enumerate}[label=\alph*)]
  17. \item For which values of $\varphi$ is the process ($X_t$) weakly stationary?
  18. \item Find the autocorrelation function and the spectral density of ($X_t$).
  19. \end{enumerate}
  20. \end{problem}
  21.  
  22. \begin{problem}{3}
  23. It is known that a time series $(X_t)_{t \in \mathbb{Z}}$ is stationary with the spectral density of the form
  24.  
  25. $$ S(\lambda) = \frac{1}{\pi}\cos^2 (\lambda)(1+cos(\lambda)), -\pi<\lambda<\pi.$$
  26.  
  27. Find the autocorrelation function of ($X_t$).
  28. \end{problem}
  29.  
  30. \begin{problem}{4}
  31. Define a process $(Y_t)_{t \in \mathbb{Z}}$ via
  32. $$Y_t = X_t + 0.4 X_{t-1} + 0.04 X_{t-2},$$
  33. where ($X_t$) is a stationary AR(1) process with the autocorrelation function $C_X (h) = 0,5^{|h|}$.
  34.  
  35. \begin{enumerate}[label=\alph*)]
  36. \item Is $(Y_t)_{t \in \mathbb{Z}}$ (weakly) stationary ?
  37. \item Compute the autocorrelation function of ($Y_t$).
  38. \item Compute the spectral density of ($Y_t$).
  39. \end{enumerate}
  40. \end{problem}
  41.  
  42. \begin{problem}{5}
  43. Let a function $\ro: \mathbb{Z} \implies \mathbb{R}$ is given by
  44. $$\ro(h) = 1.5(h=0) + 0.75(|h| = 1) + 0.5(|h| = 2).$$
  45. Is $\ro$ an autocovariance function of some stationary process?
  46. \end{problem}
  47.  
  48. \begin{problem}{6}
  49. Consider ARMA(1,1) process of the form
  50. $$X_t = 0.4X_{t-1} + \varepsilon_t + 0.25\varepsilon_{t-1},$$
  51. where $\varepsilon_t ~ N(0;\sigma^2)$ is a white noise.
  52.  
  53. \begin{enumerate}[label=\alph*)]
  54. \item Check whether the process ($Y_t$) is stationary and invertible.
  55. \item Compute the spectral density of ($X_t$).
  56. \end{enumerate}
  57.  
  58. \end{problem}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement