Skip to content
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

some renames #134

Closed
wants to merge 100 commits into from
Closed

some renames #134

wants to merge 100 commits into from

Conversation

cscherrer
Copy link
Collaborator

@cscherrer cscherrer commented Sep 6, 2023

In #120, there's currently a lot of cases where some foo function dispatches to _generic_foo_impl. This seems very wordy, which IMO makes the code a little cluttery and hard to read. This PR replaces things of the form _generic_foo_impl with _foo.

The one case it doesn't yet handle is _generic_mcombine_impl_*, because the naming scheme for dispatch there seems very different.

oschulz and others added 30 commits June 23, 2023 00:37
Unused and untested.
Not used currently.
pullback has a huge potential for naming conflickts, and pullbck is more in line with pushfwd.

Also simplify implementation of pullbck.
Bind has too much naming conflict potential with Base.bind.

The rightarrowtail operator looks very similar to the `>=>` "fish"
operator (e.g. in Haskell), which is not a monadic bind.
Removes the integral operators from MeasureBase,
to be re-introduced in the submodule MeasureOperators.

Also improves the likelihood documentation.
A rebase can easily be written explicitly.
To be re-introduced in sub-module MeasureOperators.
`mintegral` should be used instead to express posteriors.
To be reintroduced in submodule MeasureOperators
Absolute continuity is not really implemented yet.
Having the operators in a sub-module makes it easier for users to
control whether of they want them in their namespace. Operators have
a larger naming conflict potential.
Co-authored-by: Chad Scherrer <chad.scherrer@gmail.com>
Co-authored-by: Chad Scherrer <chad.scherrer@gmail.com>
Will be used a lot when bridging from Distributions to MeasureBase.
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Package name latest stable
MeasureTheory.jl

@oschulz oschulz deleted the branch hierarchical-dev September 15, 2024 22:14
@oschulz oschulz closed this Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants