Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Can expectation be calculated if the events aren't numbered?

Parent

Can expectation be calculated if the events aren't numbered?

+2
−0

Assuming I have a dice whose sides are named, not numbered. Can I have some way to describe the expectation of it? Or must I numbered the events in order to get the mean?

To put it in another way: why must the codomain of the measure be $\mathbb R$ (or $\mathbb R \cup \{∞\}$ to be precise), beside practical applications? What properties do we lose or gain if it is not $\mathbb R$? What if the measure is not a Lebesgue measure as well?

Note that the probability to get each side is still $\frac{1}{6}\in \mathbb R$.

Related question: How important results in classical statistics be generalized when codomain of the measure is not $\mathbb R$?

History

0 comment threads

Post
+6
−0

Given that the expectation is simply an integral (or, rather, "simply"...), you can certainly generalize it to any circumstance where integration makes sense. For example, suppose you roll two dice, and take the result as a random vector $(x(\omega), y(\omega))$. Then we can ask about the expected value of the result and calculate that as per Lebesgue integration.

If you are looking for the most general possible setting where you could do this, then certainly you need a notion of addition on the codomain, and defining what a random variable is would require some notion of measurability of function. Also, if we want to talk about the convergence of expectations, or any other sense of their distance, we would want the codomain to be at least a topological or metric space.

This quickly leads to having a metric measure space as a requirement for building up a theory, and to get sequences to converge, we would want it to be complete, and soon enough we are mostly talking about Banach spaces.

Considering the real line does have benefits. For example, the notion of a cumulative distribution function relies on the target being an ordered space. Also, we are interested in probabilities, which take values on the real interval $[0, 1]$, so we will often end up mapping stuff to the real line regardless.

As a concrete example, Brownian motion is typically defined as a mapping from a filtered probability space (with time playing a role) to some Euclidian space, but also a Riemannian manifold could be used. To study the properties of Brownian motion, for example, whether it keeps returning to a small neighbourhood of the starting point, we use the metric structure of the manifold. We might want to calculate the expected values of its distance from the starting point as a function of time, and here we end up a composing the Brownian motion with a distance from a point, which then takes values on the real line. So the composition is a real-valued random variable.

Lebesgue measure

Probability theory typically works with Borel sigma-algebrae. Borel and Lebesgue measures agree where both are defined, but not all null sets are Borel-measurable. So, in a sense, they are the same measure up to null sets. This difference is not important at first when one studies stochastics, but later various ways of extending measures become important, as the stochastic processes get complicated and the underlying probability spaces can become infinite-dimensional.

I do not recall the details of this anymore.

History

1 comment thread

Examples on Banach spaces (3 comments)
Examples on Banach spaces
Ooker‭ wrote 5 months ago

Can you give an example on how the expectation is constructed in a Banach space, maybe the $l^p$ spaces? Can you do it for other generalizations like variance, PDF, CDF, Gauss distribution, central limit theorem, etc. too?

clemens‭ wrote 5 months ago · edited 5 months ago

@Ooker: If you have follow-up questions, my understanding has been it's better to ask them separately, by asking a new top-level question involving a specific confusion you have (e.g. if you are confused about how expected value generalizes to complete normed vector spaces).

Ooker‭ wrote 5 months ago

well at first I think it should be quick, but perhaps having a separated question is best indeed: How important results in classical statistics be generalized when codomain of the measure is not $\mathbb R$?