ContinuousTransformations.jl
ContinuousTransformations.jl copied to clipboard
Continuous transformations from ℝ or ℝⁿ to various open sets
Thanks for the package! It has a lot of really neat features. My one nitpick is that `TransformLogLikelihood` is not really that accurate of a name. As I understand it,...
Need a better interface when calculating the `inverse` of a (posterior) matrix by row, using a `TransformationTuple`.
Support `StaticVector` and possibly other `StaticArray`s. Two possible use cases: 1. map an `AbstractVector` to `StaticVector` elements when that is required by the transformation. Pro: more flexible interface. Con: transformations...
Rething API before tagging an initial release: - [ ] recognize both the callable and `transformation` as the primary transformation interface - [ ] remove `logjac`, `transformation_and_logjac` is more practical...
Possibly by a `TransformationNamedTuple`. Make sure it is smoothly wrapped by `TransformLogLikelihood`.