tpapp / TransformVariables.jl

Transformations to contrained variables from ℝⁿ.
Other
66 stars 14 forks source link

Deprecate random_arg and random_value. #98

Closed tpapp closed 2 years ago

tpapp commented 2 years ago

They were rather ad-hoc anyway for transformations (which have no associated measure) and badly implemented (not using RNG). They have a better home in LogDensityProblems, but the API doesn't expose them. A version was retained for testing.