2. A computer software package calculated some summaries of sam- ple data. The results are below. Please fill in the blanks and estimate the mean of the population from which the sample was drawn.
Variable N Mean SE of Mean Std Dev Variance Sum of Squares
x ? ? 2.05 10.25 ? 3761.70
3. EXTRA CREDIT (5 points) Suppose that two independent ran- dom samples of size n1 and n2 from two normal distributions are available. Ex- plain how you would estimate the standard error of the difference in sample mean with the bootstrap method (you can write a pseudo code).
4. EXTRA CREDIT (5 points). Assuming your helicopter data repre- sents the prior distribution, compute a Bayesian estimator for the mean by taking another 5 observations as in step 2 and updating your estimate using the new mean (from your new observations). Use the variance of the 10 previous and 5 subsequent observations as the true variance of the population.
Q 2)
| Variable | N | Mean | SE of mean | St. dev | Variance | Sum of Squares |
| X | ? | ? | 2.05 | 10.25 | ? | 3761.70 |
The SE of mean = 10.25



![\sigma ^{2} = \frac{1}{n-1}\left [ \sum X^2 -\frac{(\sum X)^2}{n} \right ]](http://img.homeworklib.com/questions/34856eb0-be58-11ea-8a2b-7faa0f4e9072.gif?x-oss-process=image/resize,w_560)
![105.0625 = \frac{1}{24}\left [ 3761.70 -\frac{(\sum X)^2}{25} \right ]](http://img.homeworklib.com/questions/34d95140-be58-11ea-b665-35dd289db478.gif?x-oss-process=image/resize,w_560)
![\Rightarrow 105.0625*24 = \left [ 3761.70 -\frac{(\sum X)^2}{25} \right ]](http://img.homeworklib.com/questions/3539c240-be58-11ea-99b8-9fc9c0ff02cf.gif?x-oss-process=image/resize,w_560)




Mean

Answer: n = 25
Mean = 7.0433
Variance =105.0625
2. A computer software package calculated some summaries of sam- ple data. The results are below....