Summary table of probability terms: Difference between revisions

From Machinelearning
Line 52: Line 52:
==External links==
==External links==


* [https://terrytao.wordpress.com/2010/01/01/254a-notes-0-a-review-of-probability-theory/  
* [https://terrytao.wordpress.com/2010/01/01/254a-notes-0-a-review-of-probability-theory/ 254A, Notes 0: A review of probability theory] by [[wikipedia:Terence Tao]]
254A, Notes 0: A review of probability theory] by [[wikipedia:Terence Tao]]

Revision as of 07:58, 1 January 2018

Summary table of probability terms

Table

Term Symbol Type Definition
Reals R
Borel subsets of the reals B
Sample space Ω
Outcome ω Ω
Events or measurable sets F
Probability measure P or Pr or PF F[0,1]
Probability triple or probability space (Ω,F,P)
Distribution μ or D or D or PB or L(X) or PX1 B[0,1] BP(XB)
Induced probability space (R,B,μ)
Cumulative distribution function or CDF FX RR
Probability density function or PDF fX RR
Random variable X ΩR
Indicator of A 1A Ω{0,1}
Expectation E or E (ΩR)R

Dependencies

Let (Ω,F,P) be a probability space.

  • Given a random variable, we can compute its distribution.
  • Given a random variable, we can compute the probability density function.
  • Given a random variable, we can compute the cumulative distribution function.
  • Given a distribution, we can retrieve the random variable. (Right?) This is why we can say stuff like "let XD".
  • 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?

See also

External links