Formulae and Rules Flashcards
when is the data right skewed
when mean > median
when is the data left skewed
when mean < median
for a discrete random variable where X has a probability > 0.5, how do you compute P(X<=k)
hint: use Y
Let Y=n-k have a probability of 1-p
now P(X<=k)=P(Y>=n-k)=1-P(Y<=(n-k)-1)
in terms of probability, when is a discrete random variable right skewed
if p<0.5
in terms of probability, when is a discrete random variable left skewed
if p>0.5
for a continuous random variable with a pdf why are P(x<=a) and P(x<a) the same
because P(X<=a) = P(X=a)+P(X<a) = 0+P(X<a)
for a continuous random variable, how do you calculate P(a<=X<b)
P(X<=b) - P(X<=a)
for a continuous random variable, how do you calculate P(X>=a)
1-P(X<=a)
for Z with a standard normal distribution, how do you calculate P(Z>=-z)
P(Z<=z)
for Z with a standard normal distribution, how do you calculate P(Z<=-z)
P(Z>=z)
for Z with a standard normal distribution, how do you calculate P(-a<Z<a)
1-2P(Z>=a)
what is (Ea1X1+…+anXn)
a1E(X1)+…+anE(Xn)
if X1,…,Xn are independent random variables what is Var(a1X1+or-…anXn)
a1^2Var(X1)+…+an^2Var(Xn)
what is the expectation of the random sample mean xbar=1/n(x1+…+xn)
the same as the expectation of X
what is the variance of the random sample mean xbar=1/n(x1+…+xn)
the sample variance/sample size