Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. documentclass[11pt,a4paper]{article}
  2. usepackage{amssymb, amsmath, bm}
  3. usepackage[flushleft]{threeparttable}
  4. usepackage{float, booktabs, makecell, caption, tabularx}
  5. usepackage{siunitx}
  6.  
  7. begin{document}
  8.  
  9. begin{table}[htb!]
  10. caption{textbf{Estimates of the MS-TVTP model}}
  11. label{table:mstvtp_estimation_results}
  12. begin{threeparttable}
  13. footnotesize
  14. renewcommand{TPTminimum}{linewidth}
  15. makebox[linewidth]{%
  16. tabcolsep=0.11cm
  17. setlength{extrarowheight}{2pt}
  18. begin{tabular}{lccc|ccccc}
  19. multicolumn{7}{l}{Panel (A): Autoregressive matrix $boldsymbol{F}$, constants $boldsymbol{mu}_1$ and $boldsymbol{mu}_2$ and decay parameter $lambda$} \
  20. bottomrule
  21. specialrule{0.4pt}{aboverulesep}{0pt}
  22. & thead[l]{$mathrm{Level}_{t-1}$} & thead[l]{$mathrm{Slope}_{t-1}$} &
  23. thead[l]{$mathrm{Curvature}_{t-1}$} & $boldsymbol{mu}_1$ & $boldsymbol{mu}_2$ & $ lambda $ & $p_{11}$ & $p_{22}$ \
  24. Xhline{0.5pt}
  25. $mathrm{Level}_{t}$ $(beta_{1,t})$ & $ bm{0.996} $ & & & 0.055 & & $ bm{0.039} $ & 0.928 & 0.922 \
  26. & (0.003) & & & (0.038) & & (0.001) \
  27. $mathrm{Slope}_{t}$ $(beta_{2,t})$ & & & & $ bm{-1.412} $ &
  28. $ bm{-4.936} $ \
  29. & & & & (0.075) & (0.106) \
  30. $mathrm{Curvature}_{t}$ $(beta_{3,t})$ & & & $ bm{0.979} $ & -0.088 & \
  31. & & & (0.010) & (0.046) & \
  32. Xhline{0.8pt}
  33. end{tabular}
  34. \
  35. begin{tabular}{lcc}
  36. multicolumn{3}{l}{Panel (B): Time-varying transition probability matrix $P_t$} \
  37. bottomrule
  38. specialrule{0.4pt}{aboverulesep}{0pt}
  39. & thead[l]{$S_t = 1$} & thead[l]{$S_t = 2$} & \
  40. Xhline{0.5pt}
  41. $gamma_0$ & $ bm{7.000} $ & $ bm{-0.999} $ & & \
  42. & (0.112) & (0.460) & & & & \
  43. $gamma_1$ & $ bm{1.834} $ & $ bm{-0.626} $ & & & \
  44. & (0.659) & (0.277) & & & & \
  45. $gamma_2$ & 0.420 & 0.369 & & & \
  46. & (0.602) & (0.514) & & & & \
  47. $gamma_2$ & -0.292 & $ bm{2.000} $ & & & \
  48. & (0.839) & (0.597) & & & & \
  49. Xhline{0.8pt}
  50. end{tabular}
  51. }
  52. begin{tablenotes}[flushleft]footnotesizesmallskip
  53. item Note: This table reports estimates of the MS-DNS model. Panel (A) presents estimates for the autoregressive coefficient matrix $boldsymbol{F}$, vector of means during periods of normal interest rates ($boldsymbol{mu}_1$) and in a low interest rate environment ($boldsymbol{mu}_2$), and decay parameter $lambda$. Panel (B) presents estimates of the covariance matrix $boldsymbol{Sigma}_{eta}$, and the transition probabilities $p_{11}$ and $p_{22}$. Bold entries denote parameter estimates significant at the 5 percent level. Standard errors appear in parentheses.par
  54. end{tablenotes}
  55. end{threeparttable}
  56. end{table}
  57.  
  58. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement