-
Notifications
You must be signed in to change notification settings - Fork 64
Specialized Cauchy-Schwarz for expectations #790
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
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 hidden or 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
f27597d to
0f3bf91
Compare
24c7df5 to
fe8ea73
Compare
f1471c2 to
5479f28
Compare
Member
|
Note that PR #516 has changed a bit and that it may be worth rebasing. |
134bbe0 to
79bbe75
Compare
Member
Author
|
Rebased, let's discuss the use of Lspaces |
2 tasks
303a4b5 to
69edbc1
Compare
c5e14e6 to
e05c277
Compare
62e7c86 to
7cf84a4
Compare
5e7fd77 to
c5a3e75
Compare
1c01221 to
e165a37
Compare
ec59785 to
3e1d155
Compare
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]>
708134d to
c9140fa
Compare
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
d0fe87d to
ac28331
Compare
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.