-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
❓ questionFurther information is requestedFurther information is requested
Description
Transforming from "constrained" (physical space) distributions to "unconstrained" (EKI-space, Normal
) distributions is a core component of our interface:
ParameterEstimocean.jl/src/Parameters.jl
Line 216 in cc601ec
transform_to_unconstrained(Π::Normal, Y) = (Y - Π.μ) / Π.σ |
@briochemc points out that it might be possible to use
https://github.com/TuringLang/Bijectors.jl
which could potentially allow us to support any prior Distribution
without having to code the transformation ourselves? (I'm not sure this actually makes sense... but leaving this here in case we want to dive deeper in the future).
briochemc and navidcy
Metadata
Metadata
Assignees
Labels
❓ questionFurther information is requestedFurther information is requested