statistics - topic 3 -probabilty distributions Flashcards
what is a random variable?
Random variables – represents a possible numerical value from a random experiment
what is a discrete random variable?
Discrete random variable takes on on more than a countable number of values
what is a discrete random variable?
Discrete random variable takes on on more than a countable number of values
what is the probability distribution function?
The probability distribution function, P(x) , of a discrete random variable X represents the probability that X takes the value x , as a function of x . That is, P(x) = P (X = x) , for all values of x
what are the properties of a probability distribution function?
0≤P(x)≤1 for any value of x
The individual probabilities sum to 1: ∑ P(x) =1
What is The cumulative probability?
The cumulative probability function, denoted F(x), shows the probability that X does not exceed the value x, F(x)=P(X≤x), where the function is evaluated at all values of x
What is the mean of a discrete random variable:
E[X]=∑ [xP(x)]
What is the variance of a discrete random variable X:
σ^2=E[(X-μ )^2 ]=∑〖(x-μ )^2 P(x) 〗
What is the standard deviation of a discrete random variable X?
σ=√(σ^2 )=√(∑〖(x-μ )^2 P(x) 〗)
How would you find the expected value of a function g(x) with a probalility function P(x)?
E[g(x)= ∑g(x)P(x)
What is the covariance between X and Y
Cov(X,Y)=E[(X-μ_X )(Y-μ_Y )]=∑x ∑y (x-μ_X )(y-μ_Y )P(x,y) where P(x,y) denotes the probability that X=x and Y=y
What is the correlation between X and Y:
𝜌= 𝐶𝑜𝑟𝑟(𝑋,𝑌) =𝐶𝑜𝑣(𝑋,𝑌)/(𝜎_𝑋 𝜎_𝑌 )
what is the covariance and correlation when two random variables are statiscally independent?
If two random varibles are statistically independent then the covariance and correlation between them is 0
what are the two forms of probability distributions?
there is discrete probability distributions and there are continous probability distributions
give an example of a discrete probability distribution?
binomial distribution
give an example of a continous probability distribution?
uniform and normal distributions
what is a bernoulli distribution?
it is a special case of the binomial distribution is one. it has two outcomes sucess or failure. the probability of sucess is equal to p and failure is equal to p-1. X is defined as x=1 if it is sucess or x=0 if it is failure?
what is the mean of a Bernoulli probability distribution ?
p