Discrete random variables Flashcards
How is the expected values of discrete random variable X written as and how is it calculated
E(X)
E(X) = ∑ x(i)p(i) where x(i) is each possible value that X can take and p(i) is its associated probability.
How is the variance of a discrete random variable X written as and how is it calculated
Var(X)
Var(X) = E(X^2)-(E(X))^2
where E(X^2)= ∑x^2(i)p(i)
What is the mode of a discrete random variable X
The value of X associated with the largest probability
What is the median M of a discrete random variable X.
The Value of X such that
P(X≤M)≥0.5 and P(X≥M)≥0.5
If there are 2 possible values, the mean of them must be taken
If X is a random variable and Y is a new radom variable such that Y= aX +b then what is
a) E(Y)
B) Var(Y)
a) aE(X)+b
b)a^2Var(X)
If X is a discrete random variable with expectation E(X) and g is a function applied to X then what is E(g(X))=
∑g(x(i))p(i)
What is an example of a Uniform discrete distribution
Rolling a fair dice (The probability of all evvents accuring are equal)
For a uniform discrete distribution, the P(X=x)=
1/n
For a uniform discrete distribution X~U(n), what is E(X)
n+1/2
For a uniform discrete distribution X~U(n), what is Var(X)
n^2-1/12