Statistics: What is the probability of type I error?

sanctifier
Messages
58
Reaction score
0

Homework Statement



X is a random variable of binomial distribution of parameter n=10 and unknown parameter p. Hypotheses are given as follows:

H_0 \;\; : \;\; p=0.6

H_1 \;\; : \;\; p \neq 0.6

Suppose rejection region for H_0 is \{X \leq 1\} \cup \{X \geq 9\}

Question 1: What is the probability of type I error?

Question 2: If H_1 is changed to "H_1 \;\; : \;\; p =0.3", then what is the probability of type II error?

Homework Equations



Binomial Distribution of parameters n and p: f(x) = \binom{n}x p^x(1-p)^{n-x}

The Attempt at a Solution



Answer 1: Desired probability is

P(X \leq 1,\;\; X \geq 9|p=0.6)=1-P(2\leq X \leq 8|p=0.6)= 1-\sum_{k=2}^8 \binom{10}k 0.6^k(1-0.6)^{10-k} \approx 0.1689

Answer 2:

P(2 \leq X \leq 8|p=0.3) = \sum_{k=2}^8 \binom{10}k 0.3^k(1-0.3)^{10-k} \approx 0.617

Are these answers correct? Thank you in advance!
 
Last edited:
Physics news on Phys.org
Help!

Does anyone know the correct solution?
 
sanctifier said:
Help!

Does anyone know the correct solution?

I get 0.04803512320 ≈ 0.0480 for question 1 and .8505479682 ≈ 0.8585 for question 2.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top