Namespaces
Variants
Views
Actions

std::gamma_distribution::beta

From cppreference.com
 
 
 
 
 
RealType beta() const;
(since C++11)

Returns the β distribution parameter (scale 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 (shape)
(public member function) [edit]