Example:
| Find two samples when population is normal and Ϭ is known and equal for one sided lower tail |
| Find two samples when population is normal and Ϭ is known and equal for one sided lower tail |
| A random sample of size 36 from a normal
population with variance 24 gave X̅=15 A second sample of size 28 from another normal population with variance 80 gave X̅2=13.test Ho:μ₁-μ₂=0 against H1: μ₁-μ₂≠0. Let α =0.05 Solution: For Two sided Test:
Z-test = X̅₁ - X̅₂/√(σ₁²/n₁+ σ₂²/n₂)
Z-cal = X̅₁-X̅₂/(sqrt(σ₁ ²/n₁+σ₂ ²/n₂ )
Z-tab = =NORMSINV(1-prob:/2)
P-value = =2*(1-NORMSDIST(Z-cal))
| |||||||||||
For One sided Test:
Upper Tail:
Z-test = X̅₁ - X̅₂/√(σ₁²/n₁+ σ₂²/n₂)
Z-cal = X̅₁-X̅₂/(sqrt(σ₁ ²/n₁+σ₂ ²/n₂ )
Z-tab = =NORMSINV(1-prob:)
P-value = NORMSDIST(Z-cal))
Lower Tail:
Z-test = X̅₁ - X̅₂/√(σ₁²/n₁+ σ₂²/n₂)
Z-cal = X̅₁-X̅₂/(sqrt(σ₁ ²/n₁+σ₂ ²/n₂ )
Z-tab = =NORMSINV(1-prob:/2)
P-value = =2*(1-NORMSDIST(Z-cal))
| |||||||||||
| Ten individuals are choosen at rendom from a normal population and the hights are found to be inches | ||||||||||
| 63,63,66,67,68,69,70,70,71,and71in the light of these data disscuss the suggestion that mean hight | ||||||||||
| in population is 66 inches | ||||||||||
| mean | 67.8 | |
| s | 3.011091 | |
| n | 10 | |
| d.f | n-1 | 9 |
| population is normal Variance is un known for two sided |
| population is normal Variance is un known for one sided upper tail |
| population is normal Variance is un known for one sided Lower tail |
A random sample of size 36 is
taken from a normal population with a known variance σ² =25
|
|||
if the mean of the sample is
x̅=42.6 ,test the null hypothesis μ=45 against the alternative
|
|||
hypothesis
|
μ<45 with α=0.05 (α
is the probability of committing Type Ι- error).
|
||
| When population is Normal Variance is Known for two sided |
| When population is Normal Variance is Known for one sided upper tail |
| When population is Normal Variance is Known for one sided lower tail |
Enter your e-mail to get the latest posts and other updates!