Probability Flashcards
What is an inferential process?
Collection of techniques that allows us to draw conclusions at N level from a sample (n)
Can we drawn N from a non-probability sampling when doing an inferential process?
No, because a non-probability sampling isn’t prevented from biases and have an over/under-representation of given groups.
What is a support?
The set of all possible values taken by a random variable
What are the two types of numerical values a random variable can take?
Discrete = finite or infinite set of values that are COUNTABLE Continues = infinite non countable sets with values that can be between any two numbers
What is the probabilistic function for discrete variables?
Pi=Pr(X=xi)
What are the properties of the probabilistic function for discrete variables?
0 <= pi<= 1 for i =1,2,…,k (represents a probability, thus it has to be greater than 0 and less than 1, because:)
p1+p2+….+pk=1 (the sum of all probabilities is 100%, 1)
What is the graph used to represent discrete random variables?
Bar chart
What does the Expected value represents?
The theoretical mean, that is, the center of the distribution value at which we have a balancing of probabilities
Denoted by μ
How can we calculate the expected value (μ) for discrete random variables?
The sum of the multiplication of each value of X by its chance of occurring.
(Like for weighted samples, but instead of multiplying by the weight, we do it by the probabilities)
What does the variation and the standard deviation represent?
The spread of the values around the expected value (the mean, μ)
How can we calculate the variance for discrete random variables?
σ2= Σ(X-μ)^2*p(x)
How can we calculate the standard variation?
Square root of σ2 (variance)
Can we calculate quartiles and the median for discrete rand. variables?
Yes
In which type of events do we have a Bernoulli distribution?
- 1 trial
-2 possible outcomes
Notation: X~Bern(p)
What is the Variance formula for a Bernoulli distribution?
σ2= p (1-p)