Guest User

Untitled

a guest
Jul 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{longtable}
  3. begin{document}
  4. begin{longtable}{|c|c|c|c|c|c|}
  5. centering
  6. caption{$chi^2$ - Test of UDP Packet Size Sample Measurements}
  7. hline
  8. textbf{Bin Interval Lower Bound} & textbf{Bin Interval Upper Bound} & textbf{Histogram Count} & textbf{Expected Count} & textbf{Cumulative Distribution} & textbf{$chi^2$ - Value}
  9. hline
  10. endfirsthead
  11. multicolumn{6}{c}
  12. {tablename thetable -- textit{Continued from previous page}} \
  13. hline
  14. textbf{Bin Interval Lower Bound} & textbf{Bin Interval Upper Bound} & textbf{Histogram Count} & textbf{Expected Count} & textbf{Cumulative Distribution} & textbf{$chi^2$ - Value}
  15. hline
  16. endhead
  17. hline multicolumn{6}{r}{textit{Continued on next page}} \
  18. endfoot
  19. hline
  20. endlastfoot
  21.  
  22. 1000 & 1003,99 & 102 & 100 & 102 & 0,04 \
  23. 1004 & 1007,99 & 105 & 100 & 207 & 0,25 \
  24. 1008 & 1011,99 & 104 & 100 & 311 & 0,16 \
  25. 1012 & 1015,99 & 104 & 100 & 415 & 0,16 \
  26.  
  27. label{Table1}
  28. end{longtable}
  29. end{document}
Add Comment
Please, Sign In to add comment