Roman C. answered 05/07/16
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
Any solution in [0,1]5 to the following system is a distribution:
p1 + p2 + p3 + p4 + p5 = 1
p1 + 2p2 + 3p3 + 4p4 + 5p5 = 3
we can choose any values for p3 , p4 , and p5 and then solve uniquely for p1 and p2
Specifically:
Subtract equation 1 from equation 2 to and solve for p2 to get:
p2 = 2 - 2p3 - 3p4 - 4p5
Subtract equation 2 from equation twice 1 to and solve for p1 to get:
p1 = p3 + 2p4 + 3p5 - 1
We have constraints 1 < p3 + 2p4 +3p5 < 2p3 + 3p4 + 4p5 < 2.
We already know that p3 = p4 = p5 = 1/5 work since that is from the uniform distribution. here the two expressions in the constraint are equal to 6/5 and 9/5. To make a non-uniform, we can just tweak a bit. For example, letting p3 = 1/4 makes the expressions have values 5/4 and 19/10.
Then we have p1 = 5/4 - 1 = 1/4 and p2 = 2 - 19/10 = 1/10
Then this is our new distribution:
P(X=1) = 1/4
P(X=2) = 1/10
P(X=3) = 1/4
P(X=4) = 1/5
P(X=5) = 1/5