-
Notifications
You must be signed in to change notification settings - Fork 49
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
Specialized Cauchy-Schwarz for expectations #790
Closed
hoheinzollern
wants to merge
24
commits into
math-comp:probability
from
hoheinzollern:cauchy_schwarz
Closed
Specialized Cauchy-Schwarz for expectations #790
hoheinzollern
wants to merge
24
commits into
math-comp:probability
from
hoheinzollern:cauchy_schwarz
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
affeldt-aist
force-pushed
the
probability
branch
from
December 1, 2022 06:36
f27597d
to
0f3bf91
Compare
affeldt-aist
force-pushed
the
probability
branch
3 times, most recently
from
January 16, 2023 22:31
24c7df5
to
fe8ea73
Compare
affeldt-aist
force-pushed
the
probability
branch
4 times, most recently
from
January 26, 2023 17:54
f1471c2
to
5479f28
Compare
Note that PR #516 has changed a bit and that it may be worth rebasing. |
hoheinzollern
force-pushed
the
cauchy_schwarz
branch
from
February 8, 2023 20:56
134bbe0
to
79bbe75
Compare
Rebased, let's discuss the use of Lspaces |
2 tasks
affeldt-aist
force-pushed
the
probability
branch
from
February 25, 2023 14:44
303a4b5
to
69edbc1
Compare
affeldt-aist
force-pushed
the
probability
branch
from
March 10, 2023 06:32
c5e14e6
to
e05c277
Compare
hoheinzollern
force-pushed
the
cauchy_schwarz
branch
2 times, most recently
from
March 17, 2023 01:05
62e7c86
to
7cf84a4
Compare
affeldt-aist
force-pushed
the
probability
branch
from
March 17, 2023 07:03
5e7fd77
to
c5a3e75
Compare
affeldt-aist
force-pushed
the
cauchy_schwarz
branch
from
March 20, 2023 09:42
1c01221
to
e165a37
Compare
hoheinzollern
changed the title
Cauchy schwarz
Specialized Cauchy-Schwarz for expectations
Mar 22, 2023
hoheinzollern
force-pushed
the
cauchy_schwarz
branch
3 times, most recently
from
March 25, 2023 21:07
ec59785
to
3e1d155
Compare
hoheinzollern
force-pushed
the
cauchy_schwarz
branch
from
April 1, 2023 05:33
b0bb3d5
to
d0fe87d
Compare
3 tasks
Co-authored-by: Takafumi Saikawa <[email protected]> Co-authored-by: Alessandro Bruni <[email protected]>
- markov, chebyshev
Co-authored-by: Pierre Roux <[email protected]>
affeldt-aist
force-pushed
the
probability
branch
from
April 10, 2023 09:35
708134d
to
c9140fa
Compare
affeldt-aist
force-pushed
the
probability
branch
from
April 10, 2023 09:56
c9140fa
to
1377f94
Compare
Co-authored-by: Takafumi Saikawa <[email protected]>
work on Hoelder's inequality expeS, fin_numX (math-comp#829) \bar R canonicals for tblattice Co-authored-by: Quentin Vermande <[email protected]> Co-authored-by: Alessandro Bruni <[email protected]> Co-authored-by: Takafumi Saikawa <[email protected]> Co-authored-by: Reynald Affeldt <[email protected]> add lemma power12_sqrt fix and strengthen eq_bigmax and eq_bigmin (math-comp#863) Itv (math-comp#869) * Add itv.v Taking inspiration on signed.v, replacing sign by intervals. * Add interval multiplication * Add hints to automatically solve _ <= 1 goals * Test to see if usable as a replacement for prob * use notation from mathcomp_extra.v * changelog and rm redundant code * prefix duplicated identifiers --------- Co-authored-by: Reynald Affeldt <[email protected]> complete changelog fubini for s-finite measures (math-comp#877) fixes, cleaning powere_pos lemmas fixed `powere_pos` definition more lemmas for `powere_pos` progress in fixing hoelder wip powere_pos lemmas cleanup up wip wip
hoheinzollern
force-pushed
the
cauchy_schwarz
branch
from
April 13, 2023 10:15
d0fe87d
to
ac28331
Compare
affeldt-aist
force-pushed
the
probability
branch
from
April 14, 2023 08:35
1377f94
to
06adee5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for this change
Define covariance and present cauchy_schwarz
mul_RV and related lemmas are required but part of a separate pull request.
Things done/to do
Automatic note to reviewers
Read this Checklist and put a milestone if possible.