User:IssaRice/Distribution of X over Y

From Machinelearning
Revision as of 16:59, 10 January 2019 by IssaRice (talk | contribs) (Created page with "A distribution of <math>X</math> over <math>Y</math> is any function <math>f : Y \to X</math>. Examples: * A probability distribution over a finite sample space is a distrib...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A distribution of X over Y is any function f:YX.

Examples:

  • A probability distribution over a finite sample space is a distribution of probabilities [0,1] over the sample space Ω. In other words, a probability distribution is a function p:Ω[0,1]. In the case of probability distributions, we also require some extra conditions (namely that ωΩp(ω)=1).
  • A wealth distribution over people is a distribution of wealth (R) over a set of people (P), that is, a function w:PR, where P is a set of people. Thus, if xP then w(x) is x's wealth.
  • A gender distribution over people assigns a gender to each person.

The definition above runs into trouble when the set Y is uncountable. In this case, we might not be able to find any function that satisfies the extra conditions we want to place on the distribution (e.g. in the case of probability distributions, we want to assign 0 to every individual outcome, but then the sum is also 0 rather than 1).

It seems like one way to get around this is to change the type of a distribution. Namely, rather than a function f:YX we have some collection F2Y of subsets of Y, and we define a function f:FX.