Random Sample & estimation Flashcards
What is a random variable?
Variable –> before drawing the unit we only know that different values can be observed
Random –> before drawing we don’t know the values we are going to observe
.:. It’s a numerical measurement of the outcome of an experiment
What is a support set?
The set of all possible values taken by a random variable
What are the properties of a random discrete variable?
- 0 <= pi <= 1 for i=1,2….k
p1+p2+….+pk=1
How do we calculate the Expected value for a discrete random variable?
E(x) = mean = x1p1+x2p2+……+xkpk
What do the variance and standard variation measure for discrete random variables?
The spread of values around the expected value. The variance is given by (x1-mean)^2p1+…..(xk-mean)^2pk
What are Bernoulli distributions?
An experiment that has 2 possible outcomes and one trial
What are the Bernoulli probabilities?
Value 1 = p
Value 0 = 1-p
What are the properties of the Bernoulli distribution?
E(x)= p Var(x) = p(1-p)
What is a binomial distribution?
Two outcomes, n trials
How do we describe the behavior of a continuous random variable?
Density function
What are the properties of a density function?
It only takes positive values and its area is equal to 1
What does the quantile (1-a) means for a continuous random variable?
There is a probability of (1-a) of observing a below that quantile and a probability of a of observing a value above that value. It refers to the area that is left above the value
What is the formula for expected value and variance of linear transformation?
E(y)=a+BE(x)
Var(y) = b^2Var(x)
What happens to the variance when we add a constant to the variable?
It remains constant
What is the formula for the standardization of a random variable?
(X-mean)/variance