% Don't forget to add statstyle % orig. from Marie Davidian \documentstyle[semrot,psfig]{seminar} \renewcommand{\printlandscape}{\special{landscape}} \slidesmag{5} %\twoup % this for printing two at a time % these def are just for making the typing easier \def\wh{\widehat} \def\wb{\overline} \def\wt{\widetilde} \def\dbc#1#2{{ \left( \matrix{ #1\cr #2\cr } \right) }} % Text Binomial Coefficient (tbc) \def\tbc#1#2{{\hbox{\caliptsize $\left( \matrix{ #1\cr #2\cr } \right)$} }} %produces bold anything (such as Greek letters); use %\vect{anything} % \newcommand{\vect}[1]{\mbox{\boldmath $ #1$}} \def\Dovr{\ {\buildrel D \over \longrightarrow }\ } \begin{document} %------------------------------------------------------------------- \begin{slide} \begin{center} {\large \bf Confidence Interval for Pop. Mean $\mu$} \end{center} \[ \overline{X}-(z_{\alpha/2})\mbox{se}(\overline{X})<\mu< \overline{X}+(z_{\alpha/2})\mbox{se}(\overline{X}) \] % \[ \wb{X}-z_{\alpha/2}\frac{s}{\sqrt{n}}<\mu< % \wb{X}+z_{\alpha/2}\frac{s}{\sqrt{n}} \] \[ \left(\wb{X}-z_{\alpha/2}\frac{s}{\sqrt{n}}\;,\; \wb{X}+z_{\alpha/2}\frac{s}{\sqrt{n}}\right) \] Example from $F_2$ mouse data: $\wb{X}=14.4$, $s=2.1$ \[ \wb{X} - z_{\alpha/2}\frac{s}{\sqrt{n}}= 14.4-1.96\frac{2.1}{\sqrt{28}}=13.6 \] \[ \wb{X} + z_{\alpha/2}\frac{s}{\sqrt{n}}= 14.4+1.96\frac{2.1}{\sqrt{28}}=15.2 \] \end{slide} %------------------------------------------------------------------- \begin{slide} \begin{center} {\large \bf General C.I. for Estimator $\wh{\theta}$} \end{center} \vspace*{.1in} \[ \wh{\theta}-(z_{\alpha/2})\mbox{se}(\wh{\theta})<\theta< \wh{\theta}+(z_{\alpha/2})\mbox{se}(\wh{\theta}) \] \vspace*{.1in} se($\wh{\theta}$) = standard error of $\wh{\theta}$ = est. std. deviation of $\wh{\theta}$ % \hspace*{.2in} = estimated standard deviation of $\wh{\theta}$ \[ \mbox{se}(\wb{X}) = \frac{s}{\sqrt{n}} \] \[ \mbox{se}(\wh{p}) = \sqrt{\frac{\wh{p}(1-\wh{p})}{n}} \] \end{slide} %------------------------------------------------------------------- \begin{slide} \begin{center} {\large \bf C.I. for $p$ of a Binomial($n,p$) Random V.} \end{center} \[ \wh{p}-(z_{\alpha/2})\sqrt{\frac{\wh{p}(1-\wh{p})}{n}}