Gamma distribution
The Gamma distribution has a scale and a shape parameter. It can be fitted using two quantiles.
d = fit(Gamma, @qp_m(0.5), @qp_uu(5));
median(d) ≈ 0.5 && quantile(d, 0.975) ≈ 5
Fitting by mean or mode is not yet implemented.
The Gamma distribution has a scale and a shape parameter. It can be fitted using two quantiles.
d = fit(Gamma, @qp_m(0.5), @qp_uu(5));
median(d) ≈ 0.5 && quantile(d, 0.975) ≈ 5
Fitting by mean or mode is not yet implemented.
Settings
This document was generated with Documenter.jl version 1.14.1 on Tuesday 5 August 2025. Using Julia version 1.11.6.