[Merged by Bors] - feat(Probability/Distributions/Gaussian): the mgf of a gaussian#19896
[Merged by Bors] - feat(Probability/Distributions/Gaussian): the mgf of a gaussian#19896
Conversation
PR summary 33929dffdb
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Probability.Distributions.Gaussian | 2103 | 2110 | +7 (+0.33%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.Probability.Distributions.Gaussian |
7 |
Declarations diff
+ _root_.AEMeasurable.of_map_ne_zero
+ cgf_gaussianReal
+ mgf_add_const
+ mgf_const_add
+ mgf_dirac
+ mgf_gaussianReal
+ mgf_id_map
You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for script/declarations_diff.sh contains some details about this script.
No changes to technical debt.
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
RemyDegenne
left a comment
There was a problem hiding this comment.
Can you also add a lemma (in this PR) for the mgf of a general gaussianReal and also add cgf versions?
|
I am now computing the mgf of a general gaussian, and I added the cgf too. |
|
I added the lemma |
|
This looks good to me. I'll let maintainers decide about #19896 (comment) maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
This looks ready to go. Please fix the conflict and ping me for a merge. |
|
Thanks! |
Compute the mgf of a gaussian. Co-authored-by: Siyuan Ge <jamesgsy@uw.edu> Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Pull request successfully merged into master. Build succeeded! And happy new year! 🎉 |
Compute the mgf of a gaussian.
Co-authored-by: Siyuan Ge jamesgsy@uw.edu