Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amssymb, amsmath, bm}
  3. usepackage[flushleft]{threeparttable}
  4.  
  5. begin{document}
  6.  
  7. begin{table}[H]
  8. caption{textbf{Filtered errors}}
  9. label{table:summary_statistics}
  10. begin{threeparttable}
  11. footnotesize
  12. renewcommand{TPTminimum}{linewidth}
  13. makebox[linewidth]{%
  14. begin{tabular}{lccccccccc}
  15. toprule
  16. hline
  17. & DNS & & & MS-DNS & & & MS-DRA \ cline{2-3} cline{5-6} cline{8-9}
  18. thead{Maturity \} & thead[l]{Mean \ } & thead{Std. dev. \ } & &
  19. thead[l]{Mean \ } & thead{Std. dev. \ } & & thead[l]{Mean \ } &
  20. thead{Std. dev. \ } \
  21. midrule
  22. 3 & 3.285 & 2.573 & & 0.000 & 9.230 & & 0.993 & 0.845 \
  23. 6 & 3.432 & 2.613 & & 0.030 & 9.540 & & 0.993 & 0.850 \
  24. 12 & 3.617 & 2.635 & & 0.099 & 9.658 & & 0.993 & 0.863 \
  25. 24 & 3.874 & 2.611 & & 0.188 & 9.566 & & 0.991 & 0.877 \
  26. 36 & 4.108 & 2.543 & & 0.306 & 9.459 & & 0.990 & 0.885 \
  27. 60 & 4.511 & 2.398 & & 0.627 & 9.317 & & 0.988 & 0.891 \
  28. 84 & 4.837 & 2.285 & & 1.007 & 9.406 & & 0.987 & 0.892 \
  29. 120 & 5.195 & 2.174 & & 1.498 & 9.642 & & 0.986 & 0.890 \
  30. Median & 1.910 & 1.205 & & -0.616& 4.376 & & 0.966 & 0.442 \
  31. Mean & -0.731& 0.900 & & -2.691& 1.634 & & 0.949 & 0.596 \
  32. #Lower \
  33. bottomrule
  34. end{tabular}
  35. }
  36. begin{tablenotes}footnotesize
  37. item Note: This table reports par
  38. end{tablenotes}
  39. end{threeparttable}
  40. end{table}
  41.  
  42. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement