Chapter 7 Probability Distributions Flashcards
What is a random variable? P 64
A random variable is a quantity that is produced by a random process.
Upper-case letters like X denote a random variable, while lower-case letters like x denote the value that the random variable takes. True/False? P 64
True
What are the values of a random variable called? In which formats can they exist?P 64
The values that a random variable can take is called its domain, and the domain of a random variable may be discrete or continuous.
What is a random variable that has values true or false called? P 64
Boolean random variable
What are the 4 most important moments of a distribution? P 65
Two important properties of a probability distribution are the expected value and the variance. Mathematically, these are referred to as the first and second moments of the distribution. Other moments include the skewness (3rd moment) and the kurtosis (4th moment).
What is the expected value? P 65
The expected value is the average or mean value of a random variable X. This is the most likely value or the outcome with the highest probability.
How is expected value denoted? P 65
It is typically denoted as a function of the uppercase letter E with square brackets: for example, E[X] for the expected value of X or E[f(x)] where the function f() is used to sample a value from the domain of X.
What is the Probability Distribution Function called for discrete variables? P 65
The probability mass function, or PMF, defines the probability distribution for a discrete random variable.
What is Cumulative Distribution Function? P 66
Cumulative probability less than or equal to a value for a random variable. This is a function that assigns a probability that a random variable will have a value of less than or equal to a specific discrete value.
How is expected value calculated? P 66
The expected value for a discrete random variable can be calculated from a sample using the mode, e.g. finding the most common value.
The sum of probabilities in the PMF equals to one. True/False? P 66
True. Probability Mass Function. Probability for a value for a discrete random variable so sum of the probability of all the values, equals 1
What are 3 well-known discrete probability distributions? P 66
Some examples of well-known discrete probability distributions include:
Bernoulli and binomial distributions.
Multinoulli and multinomial distributions.
Poisson distribution.
What is the difference between Bernoulli and Binomial distribution? External
Bernoulli deals with the outcome of the single trial of the event, whereas Binomial deals with the outcome of the multiple trials of the single event. Bernoulli is used when the outcome of an event is required for only one time, whereas the Binomial is used when the outcome of an event is required multiple times.
What is the difference between Multinoulli and Multinomial distribution? External
Multinoulli can be used to describe the outcome of one single random variable, which may take outcomes. On the other hand, Multinomial generalizes the multinoulli distribution, making it possible to model trials of random variable , which can take outcomes.
What is Poisson distribution? External
A Poisson distribution is a discrete probability distribution. It gives the probability of an event happening a certain number of times (k) within a given interval of time or space. Like the number of times a car passes a certain point on the street each hour
The Poisson distribution has only one parameter, λ (lambda), which is the mean number of events.