Started implementation of Giry monad - #1608
Merged
Merged
Conversation
affeldt-aist
force-pushed
the
giry-impl
branch
2 times, most recently
from
July 12, 2025 08:52
2f733dc to
7f48c58
Compare
affeldt-aist
force-pushed
the
giry-impl
branch
from
November 22, 2025 10:45
7f48c58 to
4bd98b5
Compare
- Measure.on for gMap_ev - Measure.on for gProd_ev - \x notation for product_measure1 - measurable_fun_dirac
- import numfun for the \1_ notation - redundant hypo in gJoinSInt - use fin_num_measure - use nnsfun_approx in gJoinInt
affeldt-aist
force-pushed
the
giry-impl
branch
from
November 22, 2025 13:41
4bd98b5 to
f8052ce
Compare
Member
|
We can maybe think of merging? |
yosakaon
pushed a commit
to yosakaon/analysis
that referenced
this pull request
Dec 4, 2025
* Started implementation of Giry monad * use existing facilities - Measure.on for gMap_ev - Measure.on for gProd_ev - \x notation for product_measure1 - measurable_fun_dirac * measurable_setI was measurableI * more idiomatic use of library - import numfun for the \1_ notation - redundant hypo in gJoinSInt - use fin_num_measure - use nnsfun_approx in gJoinInt * naming convention --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
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
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
Initial PR for an implementation of the Giry monad after discussion with
@affeldt-aist and @hoheinzollern (See also PR #1177)
Co-authored with @markusdemedeiros.
This is WIP and not ready to be merged.
Checklist
CHANGELOG_UNRELEASED.mdReference: How to document
Merge policy
As a rule of thumb:
all compile are preferentially merged into master.
Reminder to reviewers