Write a program in (mathrm{R}) that simulates 1000 samples of size (n) from a distribution (F) with

Question:

Write a program in \(\mathrm{R}\) that simulates 1000 samples of size \(n\) from a distribution \(F\) with location parameter \(\theta\), where \(n, F\) and \(\theta\) are specified below. For each sample use the sign test, the signed rank test, and the \(t\)-test to test the null hypothesis \(H_{0}: \theta \leq 0\) against the alternative hypothesis \(H_{1}: \theta>0\) at the \(\alpha=0.10\) significance level. Over the 1000 samples keep track of how often the null hypothesis is rejected. Repeat the experiment for \(n=10,25\) and 50 with \(\theta=0.0, \frac{1}{20} \sigma, \frac{2}{20} \sigma, \ldots, \sigma\), where \(\sigma\) is the standard deviation of \(F\). For each sample size and distribution plot the proportion of rejections for each test against the true value of \(\theta\). Discuss how the power of these tests relate to one another in terms of the results of Table 11.2.

a. \(F\) is a \(\mathrm{N}(\theta, 1)\) distribution.

b. \(F\) is a \(\operatorname{Uniform}\left(\theta-\frac{1}{2}, \theta+\frac{1}{2}ight)\) distribution.

c. \(F\) is a \(\operatorname{LaPlace}(\theta, 1)\) distribution.

d. \(F\) is a \(\operatorname{Logistic}(\theta, 1)\) distribution.

e. \(F\) is a Triangular \((-1+\theta, 1+\theta, \theta)\) distribution.

image text in transcribed

Step by Step Answer:

Related Book For  answer-question
Question Posted: