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.6.0 on Saturday 31 August 2024. Using Julia version 1.10.5.