User:IssaRice/Distribution of X over Y: Difference between revisions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
The definition above runs into trouble when the set <math>Y</math> 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). | The definition above runs into trouble when the set <math>Y</math> 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 <math>f : Y \to X</math> we have some collection <math>\mathcal F \subseteq 2^Y</math> of subsets of <math>Y</math>, and we define a function <math>f : \mathcal F \to X</math>. | It seems like one way to get around this is to change the type of a distribution. Namely, rather than a function <math>f : Y \to X</math> we have some collection <math>\mathcal F \subseteq 2^Y</math> of subsets of <math>Y</math>, and we define a function <math>f : \mathcal F \to X</math>. What constraints should this new function satisfy? In the case of probability, we have a [[wikipedia:Sigma additivity|condition]] that translates between subsets and real numbers. | ||
Revision as of 17:08, 10 January 2019
A distribution of over is any function .
Examples:
- A probability distribution over a finite sample space is a distribution of probabilities over the sample space . In other words, a probability distribution is a function . In the case of probability distributions, we also require some extra conditions (namely that ).
- A wealth distribution over people is a distribution of wealth () over a set of people (), that is, a function , where is a set of people. Thus, if then is 's wealth.
- A gender distribution over people assigns a gender to each person.
- A gender distribution can also be thought of as a distribution of sets of people over genders. where
The definition above runs into trouble when the set 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 we have some collection of subsets of , and we define a function . What constraints should this new function satisfy? In the case of probability, we have a condition that translates between subsets and real numbers.