From: Christian Henning (chhenning_at_[hidden])
Date: 2007-12-18 18:16:43


Hi there, the documention of the gamma distribution talks about two
different forms. How can can generate the second one with shape=1 and
scale=1? I know how to get the first form:

   boost::math::gamma_distribution<> dist( 1, 1 );

I don't see how to get the second one?

Thanks,
Christian