Uniform Discrete Sample Distribution

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Lifprasir
Messages
16
Reaction score
0

Homework Statement


3515bb2e33e80e378afb257eb1a37e30.png

2. Homework Equations [/B]

So the sample mean is 2. the sample variance would be [[(3-1+1)-1]/12]/36 = 8/432.

The Attempt at a Solution



Is it, P[ (2.1-2)/sqrt(8/432) < z < (2.5-2)/sqrt(8/432)] = 0.232574.

The book answer is 0.2312. I just want to be sure.
 
Last edited:
Physics news on Phys.org
It must be due to my rounding, I am using the Z table from the back of my book so I lose precision I guess.
 
Lifprasir said:

Homework Statement


3515bb2e33e80e378afb257eb1a37e30.png

2. Homework Equations [/B]

So the sample mean is 2. the sample variance would be [[(3-1+1)-1]/12]/36 = 8/432.

The Attempt at a Solution



Is it, P[ (2.1-2)/sqrt(8/432) < z < (2.5-2)/sqrt(8/432)] = 0.232574.

The book answer is 0.2312. I just want to be sure.

Using the computer algebra package Maple (instead of tables) I get the answer = 0.2310970815 ≈ 0.2311. However, this is an approximation, based on use of the normal distribution to get the distribution of the sum. We can also get an exact answer (by looking at the probability generating function for the sum). Since ##2.1 < \sum_{i=1}^{36} X_i \,/36 < 2.5## we have ## 75.6 < \sum X_i < 90##, so (interpreting the inequalities as strict, the way they are written), the sum ##\sum X_i## must lie between 76 and 89. Therefore, with ##S \equiv \sum_{i=1}^{36} X_i## we have:
[tex]\text{exact answer} = \sum_{k=76}^{89} P(S = k) = 0.2379271979 \approx 0.2379[/tex]
 
Oh, well then. I will know to interpolate next time around from the tables. Thanks for the help.