Summary table of probability terms

From Machinelearning

This page is a summary table of probability terms.

Table

Term Symbol Type Definition
Reals
Borel subsets of the reals
Sample space
Outcome
Events or measurable sets
Probability measure or or
Probability triple or probability space
Distribution or or or or or
Induced probability space
Cumulative distribution function or CDF
Probability density function or PDF
Random variable
Indicator of
Expectation or

Dependencies

Let be a probability space.

  • Given a random variable , we can compute its distribution . How? Just let
  • Given a random variable, we can compute the probability density function. How?
  • Given a random variable, we can compute the cumulative distribution function. How?
  • Given a distribution, we can retrieve a random variable. But this random variable is not unique? This is why we can say stuff like "let ".
  • Given a distribution , we can compute its density function. How? Just find the derivative of . (?)
  • Given a cumulative distribution function, we can compute the random variable. (Right?)
  • Given a probability density function, can we get everything else? Don't we just have to integrate to get the cdf, which gets us the random variable and the distribution?
  • Given a cumulative distribution function, how do we get the distribution? We have , which gets us some of what the distribution maps to, but is bigger than this. What do we do about the other value we need to map? We can compute intervals like .

See also

External links