Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2024-03-22 22:48:42
Size: 1696
Comment: Description
Revision 6 as of 2024-04-09 18:20:23
Size: 1950
Comment: Some details and structure
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
σ algebra uses and re-uses many common notations.

See also some [[Statistics/ProbabilityNotation|probability notation]], [[Statistics/BayesianNotation|Bayesian notation]], [[Statistics/JointProbability|joint probability notation]], [[Statistics/ConditionalProbability|conditional probability notation]], [[Statistics/ExpectedValues|expected value notation]], and [[Statistics/ConditionalExpectations|conditional expectation notation]].
σ algebra uses and re-uses many common statistics [[Statistics/ProbabilityNotation|notations]].
Line 17: Line 15:
The sample space could be a discrete set, like ''Ω = {heads, tails}''. It could be a set of discrete numbers, like ''Ω = '''N''''' (all real numbers). It could be a continuous range, like ''Ω = [0,1]''.
Line 24: Line 24:



=== Power sets ===

The power set of a set (''P(Ω)'') is the set of all subsets, including the empty set (''∅'') and the set itself (''Ω'').

This becomes analagous to a probability function in descrete cases.
Line 45: Line 53:
A pair of sets are '''disjoint''' if there is no intersection, which is expressed as ''A ⋂ B = ∅''
Line 46: Line 55:
A pair of sets are '''disjoint''' if there is no intersection, which is expressed as ''A ⋂ B = ∅'' ----



== Sigma Algebras ==
Line 56: Line 69:
A map translates a (sub)set into a real number. A parallel to the functional expression of probability, ''p(A)'', is '''''P''': A -> R''. A map translates a (sub)set into a real number: '''''M''': A -> '''R'''''.



=== Probability Measures ===

'''Probability measures''' are the primary use of maps.

A parallel to the functional expression of probability, ''p(A)'', is '''''P''': A -> [0,1]''.

σ Algebra Notation

σ algebra uses and re-uses many common statistics notations.


Sets and Subsets

The maximal set, which in probability applications is the sample space, is notated as Ω.

The sample space could be a discrete set, like Ω = {heads, tails}. It could be a set of discrete numbers, like Ω = N (all real numbers). It could be a continuous range, like Ω = [0,1].

Subsets

Subsets are usually named with calligraphic uppercase letters, but that's not exactly practical in typed notes. Capital letters will be used instead.

A subset of Ω is expressed as A ⊆ Ω.

Power sets

The power set of a set (P(Ω)) is the set of all subsets, including the empty set () and the set itself (Ω).

This becomes analagous to a probability function in descrete cases.

Intersections and Unions

The intersection of two sets is notated as A ⋂ B; the union of two sets is notated as A ⋃ B.

The intersection of all subsets Ai can be expressed as:

intersection.svg

The union of all subsets Ai can be expressed as:

union.svg


Properties

A pair of sets are disjoint if there is no intersection, which is expressed as A ⋂ B = ∅


Sigma Algebras


Maps

Maps are usually named with blackboard bold letters, but that's not exactly practical in typed notes. Bold capital letters will be used instead.

A map translates a (sub)set into a real number: M: A -> R.

Probability Measures

Probability measures are the primary use of maps.

A parallel to the functional expression of probability, p(A), is P: A -> [0,1].


CategoryRicottone

Statistics/SigmaAlgebraNotation (last edited 2024-04-09 18:37:05 by DominicRicottone)