Discrete uniform distribution prrof

Click For Summary
The discussion focuses on understanding the proof of the discrete uniform distribution formula, particularly the expected value E(X). The probability mass function is defined as p(k) = 1/n for k = 1, 2, ..., n, leading to the expected value being calculated as E(X) = (1/n) * (1 + 2 + ... + n), which simplifies to n(n+1)/2. Variance is addressed using the relationship Var(X) = E(X^2) - (E(X))^2, requiring the calculation of E(X^2) as well. The conversation emphasizes the importance of these foundational concepts in probability. Understanding these proofs enhances comprehension of discrete uniform distributions.
synkk
Messages
216
Reaction score
0
2wcmiaf.png


Hello, I'm currently in high school and going over discrete uniform distribution, and we've come across this formula. I'm curious if anyone could show me how the formula is true, as when I asked my teacher he just said that it'll confuse the class and we don't need to know why it's true.

If anyone could show me a proof or something i'd be very grateful :)
 
Physics news on Phys.org
synkk said:
2wcmiaf.png


Hello, I'm currently in high school and going over discrete uniform distribution, and we've come across this formula. I'm curious if anyone could show me how the formula is true, as when I asked my teacher he just said that it'll confuse the class and we don't need to know why it's true.

If anyone could show me a proof or something i'd be very grateful :)

You can do it directly if you know formulas for \sum_{k=1}^n k \text{ and } \sum_{k=1}^n k^2, and these can be found on-line, for example. Another way is to prove the results by induction (although I don't know if you have studied that, yet).

Let's just do it directly for the E(X). The probability mass function is p(k) = \Pr \{X=k\} = 1/n, for k = 1, 2, ..., n . The expected value is *defined* as E(X) = 1\cdot p(1) + 2 \cdot p(2) + 3 \cdot p(3) + \cdots + n \cdot p(n) = \frac{1}{n}[1 + 2 + \cdots + n]. This last summation is 1+2+ \cdots +n = \frac{n(n+1)}{2}, so we we get the stated result.

Getting \text{Var}(X) is more complicated, but you can use the easily-proven fact that \text{Var}(X) = E(X^2) - (EX)^2, and so reduce the problem to finding E(X^2) = p(1) \cdot 1^1 + p(2) \cdot 2^2 + \cdots + p(n) \cdot n^2 = \frac{1}{n} [ 1^2 + 2^2 + \cdots n^2].

RGV
 

Similar threads

Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
3
Views
2K