š¢A Julia package for creating probability distributions parameterised by moments (mean, variance, etc.) or quantiles, on standard or arbitrary supports. Builds on Distributions.jl.
It makes this possible:
d = make_dist(Normal, q1=-1, q3=1)
#JuliaLang
discourse.julialang.org/t/distributi...
Iām happy to announce DistributionsFactories.jl, a package that solves a problem most of us have hit: you know the summary statistics you want ā a mean and variance, a couple of quantiles, a mode ā bu...