\documentclass[11pt]{article} %\usepackage{amsbsy} % for \boldsymbol and \pmb %\usepackage{graphicx} % To include pdf files! \usepackage{amsmath} \usepackage{amsbsy} \usepackage{amsfonts} %\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref} % For links \usepackage{fullpage} % Good for US Letter paper \topmargin=-0.75in \textheight=9.5in \usepackage{fancyhdr} \renewcommand{\headrulewidth}{0pt} % Otherwise there's a rule under the header \setlength{\headheight}{15.2pt} \fancyhf{} \pagestyle{fancy} % \cfoot{Page \thepage {} of 2} \pagestyle{empty} % No page numbers \begin{document} \enlargethispage*{1000 pt} \begin{flushright} Name \underline{\hspace{60mm}} \\ $\,$ \\ Student Number \underline{\hspace{60mm}} \end{flushright} \vspace{2mm} \begin{center} {\Large \textbf{STA 431 Quiz 3}}\\ \vspace{1 mm} \end{center} \noindent % \emph{Calculators are allowed.} %\vspace{3mm} \begin{enumerate} \item (5 points) Independently for $i=1, \ldots, n$, let $y_i = \beta x_i + \epsilon_i$, where $x_i \sim N(\mu_x,\sigma^2_x)$, $\epsilon_i \sim N(0,\sigma^2_\epsilon)$, and $x_i$ and $\epsilon_i$ are independent. Let $\widehat{\beta}_n = \frac{\sum_{i=1}^n x_i y_i}{\sum_{i=1}^n x_i^2}$. Is $\widehat{\beta}_n$ a consistent estimator of $\beta$? Answer Yes or No and prove it. \vspace{150mm} \item (5 points) \label{R} In Question 16 of this week's assignment, you estimated the parameters of the ``mystery" distribution by maximum likelihood. In the space below, write the maximum likelihood estimate of $\mu$. The answer is a number from your printout. On your printout, circle the number and write ``Question~\ref{R}" beside it. \textbf{Do not answer this question if you do not have a printout.} \vspace{15mm} \end{enumerate} % End of Quiz questions \begin{center} \textbf{Please turn in your printout, showing your \emph{complete} R input and output, with the quiz paper. Make sure your name and student number appear on the printout.} \end{center} \end{document}