Distributions Flashcards
when we use the bernoulli distribution and what is that?
the Bernoulli Distribution it is used in the yes-no type of problems and is express by the formula q = 1 - p.
FORMULA :
**P(X = x) = p^x (1-p)^1-x
where 0 ≤ p ≤ 1, x ∈ {0, 1}
when we use the bernoulli distribution and what is that?
The binomial distribution is a discrete probability distribution that describes the number of successes (often denoted as “k”) in a fixed number of independent Bernoulli trials. Each Bernoulli trial has only two possible outcomes: success (usually denoted as “1”) or failure (usually denoted as “0”);
FORMULA
vedere la formula (..)
where
p is the probability
n= number of trials and
x is the value of the experimetnt
A fair die is thrown four times. Calculate the probabilities of getting:
0 Twos
1 Two
2 Twos
3 Twos
4 Twos
(Exercise using binomial distribution)
page 16-17 of the distributions slide
what is the discrete uniform distribution?
The discrete uniform distribution is a symmetric probability distribution wherein a
finite number of values are equally likely to be observed and every one of n values
has equal probability 1/n.
what is the geometric distribution?
Geometric distribution is a type of discrete probability distribution that represents
the probability of the number of successive failures before a success is obtained in
a Bernoulli trial.
In other words, in a geometric distribution, a Bernoulli trial is repeated until a
success is obtained and then stopped.
FORMULA
P(X = x) = (1 − p)^x−1* p
If your probability of success is 0.2, what is the probability you meet an
independent voter on your third try? (solve the exercise)
page 29 of distributions slide
what is the poisson distribution?
It expresses the probability of a given number of events occurring in a fixed
interval of time or space if these events occur with a known constant mean rate
and independently of the time since the last event
FORMULA
p(x; λ) = (e^−λ * λ^x) / x!
where
λ = average number of events in a given interval
x = value of a random experiment
what is the continuos uniform distribution?
the general form is
f (x) = 1/ b-a
where
x ∈ [a, b], a < b.
what is the normal distribution?
The normal distribution, also known as the Gaussian distribution, is symmetrical
around its mean usually it have the form of a bell curve
FORMULA:
f (x) = (1/σ * √2π) * e^-1/2(x - µ / σ)^2
what is the Gamma distribution?
see page 16 for the formula
what is the inverse gamma ?
see page 17 for the formula
what is the mean of a dataset?
The mean, often referred to as the average, is a measure of central tendency that represents the typical or central value of a dataset.
n µ = ∑ xi / n i=1
what is the weibull distribution?
f (x; α, λ) = αλ(λx) ^ α−1 exp(-(λx)^ α)
x ≥ 0, α, λ > 0
what is the median of a dataset?
the median is the middle value if we sort the value.
We have two cases :
1. if the array is odd we can take the central value
2. if the array is even we have to put the two central value divided by two
what is the mode?
the mode is the most frequently occured value, if there are more mode in a set, for instance two we call it bimodal