Namespaces
Variants
Views
Actions

std::gamma_distribution::alpha

From cppreference.com
 
 
 
 
 
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) [edit]
returns the β distribution parameter (scale)
(public member function) [edit]