-
Notifications
You must be signed in to change notification settings - Fork 64
Probabilistic convergence #769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probabilistic convergence #769
Conversation
|
I'm very happy to see more specialized convergences. I will propose an alternate approach: to build a topology on The benefit of the approach is access to the wealth of general topology lemmas and notations. For example, you need a topology to even state that "expected value is continuous from To be concrete, wikipedia claims the metric |
|
As an aside, today I was quite surprised to learn that "almost everywhere convergence" is not topological. So while it looks like we could define a "filteredType" for it, we certainly cannot define a |
The notion of convergence spaces might be useful? |
Co-authored-by: Takafumi Saikawa <[email protected]> Co-authored-by: Alessandro Bruni <[email protected]>
f27597d to
0f3bf91
Compare
Lemma expectation_le Co-authored-by: Takafumi Saikawa <[email protected]> Co-authored-by: Reynald Affeldt <[email protected]>
7f866ac to
24eb810
Compare
5724d89 to
896ae2f
Compare
|
@hoheinzollern I have updated PR #516 so that we should be able to rebase and only keep the |
24c7df5 to
fe8ea73
Compare
f1471c2 to
5479f28
Compare
303a4b5 to
69edbc1
Compare
c5e14e6 to
e05c277
Compare
Co-authored-by: Takafumi Saikawa <[email protected]> Co-authored-by: Alessandro Bruni <[email protected]>
- markov, chebyshev
5e7fd77 to
c5a3e75
Compare
- Markov's and Chebyshev's inequalities - wip
convergence in probability
1377f94 to
06adee5
Compare
This might be still worth doing it, though after one year a copy-paste might be more effective than a rebase. |
Motivation for this change
Introduces probabilistic convergence
Things done/to do
Co-authors: @affeldt-aist @t6s