-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding pushforward measures #54
Comments
|
Ok, we already have But maybe it can be generalized beyond TransformVariables |
I think that would be very important now that we have ChangesOfVariables.jl as a community standard (designed as a companion for InverseFunctions.jl). |
Pushforwards need some updates (see #125), but since there is an implementation I'll close this issue |
A possible implementation would be a type
PushforwardMeasure(f, μ)
with a shorthand syntaxν = f.(μ)
- this implies a monadic view of measures:The text was updated successfully, but these errors were encountered: