Advertisement
frentzy

Proiect dinu latex

May 30th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.96 KB | None | 0 0
  1. \documentclass{amsart}
  2.  
  3. \usepackage{amsmath}%
  4. \usepackage{amsfonts}%
  5. \usepackage{amssymb}%
  6. \usepackage{graphicx}
  7. \newtheorem{theorem}{Theorem}
  8. \theoremstyle{plain}
  9. \newtheorem{acknowledgement}{Acknowledgement}
  10. \newtheorem{algorithm}{Algorithm}
  11. \newtheorem{axiom}{Axiom}
  12. \newtheorem{case}{Case}
  13. \newtheorem{claim}{Claim}
  14. \newtheorem{conclusion}{Conclusion}
  15. \newtheorem{condition}{Condition}
  16. \newtheorem{conjecture}{Conjecture}
  17. \newtheorem{corollary}{Corollary}
  18. \newtheorem{criterion}{Criterion}
  19. \newtheorem{definition}{Definition}
  20. \newtheorem{example}{Example}
  21. \newtheorem{exercise}{Exercise}
  22. \newtheorem{lemma}{Lemma}
  23. \newtheorem{notation}{Notation}
  24. \newtheorem{problem}{Problem}
  25. \newtheorem{proposition}{Proposition}
  26. \newtheorem{remark}{Remark}
  27. \newtheorem{solution}{Solution}
  28. \newtheorem{summary}{Summary}
  29. \numberwithin{equation}{section}
  30. %--------------------------------------------------------
  31. \begin{document}
  32. \title[]{Proiect}
  33. \author{Frentescu Stefan}
  34.  
  35. \maketitle
  36.  
  37. Am selectat batranii din craiova si varsta lor.
  38. Batranii din Craiova pe care i-am chestionat sunt mult mai in varsta decat ceilalti.\\
  39. Vom parcurge cele 5 etape de verificare a ipotezei statisticilor.
  40. Presupunem ca media populatiei este 65 si vom verifica urmatoarea afirmatie: \emph{Batranii din craiova pe care i-am chestionat sunt mai in varsta decat ceilalti.}\\
  41. a) \textbf{Etapa 1: Formularea ipotezei nule}
  42. \begingroup
  43. \huge
  44. $$\overline{x} = \mu$$
  45. \endgroup
  46. \begin{align*}
  47. &\text{media esantionului ales nu difera de }\\
  48. &\text{media populatiei din care l-am extras}
  49. \end{align*}
  50. b) \textbf{Etapa 2: Formularea ipotezei alternative}
  51. \begingroup
  52. \huge
  53. $$ Ha: \overline{x} > \mu $$
  54. \endgroup
  55. \begin{align*}
  56. &\text{Media varstei batranilor alesi este}\\
  57. &\text{mai mare decat media populatiei}\\
  58. \end{align*}
  59. c) \textbf{Etapa 3: Stabilirea nivelului de semnificatie $\alpha$ a testului statistic folosit si a gradelor de libertate\\}
  60. Deoarece nu se cunoaste deviatia standard a populatiei vom aplica testul statistic \textbf{t}.
  61. \begin{align*}
  62. &df = n - 1 \\
  63. &df = 25 - 1\\
  64. &df = 24
  65. \end{align*}
  66. Valoarea testului statistic, $t$($df$,$\alpha$) $\rightarrow$ $t$(24,0.05) = 1.71\\
  67. d) \textbf{Etapa 4: Calcularea testului statistic pentru esantionul studiat}
  68. \begingroup
  69. \Large
  70. \begin{align*}
  71. &t^* = \frac{\overline{x} - \mu}{\frac{s}{\sqrt{n}}}\\
  72. &t^* = \frac{76-60}{\frac{10}{\sqrt{25}}}\\
  73. &t^* = 8\\
  74. \end{align*}
  75. \endgroup
  76. Deoarece $8>1.71$, rezulta ca suntem in regiunea critica, putem respinge ipoteza nula, esantionul nostru este semnificativ mai mare decat restul populatiei\\
  77. e) \textbf{Etapa 5: Presupunem ca media populatiei este: 62}\\
  78. \begingroup
  79. \Large
  80. \begin{align*}
  81. &t^* = \frac{\overline{x} - \mu}{\frac{s}{\sqrt{n}}}\\
  82. &t^* = \frac{62-60}{\frac{10}{\sqrt{25}}}\\
  83. &t^* = 1
  84. \end{align*}
  85. \endgroup
  86. Deoarece $1<1.71$, rezulta ca nu suntem in regiunea critica, rezulta esantionul nostru nu difera de restul populatiei.
  87.  
  88. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement