std::gamma_distribution::alpha
From cppreference.com
< cpp | numeric | random | gamma distribution
RealType alpha() const; |
(since C++11) | |
Returns the α distribution parameter (shape parameter of the gamma distribution).
[edit] Parameters
(none)
[edit] Return value
Floating point value identifying the α parameter
[edit] See also
gets or sets the distribution parameter object (public member function) | |
returns the β distribution parameter (scale) (public member function) |