$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [distributions]: Inverse Gamma
From: Thomas Mang (Thomas.Mang_at_[hidden])
Date: 2010-08-04 11:15:59
> quantile(inv_gamma(a, b), p) == 1 / quantile(gamma_dist(a, 1/b), 1/x);
>
Sorry copy&paste error, that should read
quantile(inv_gamma(a, b), p) == 1 / quantile(gamma_dist(a, 1/b), 1-p);
Thomas