std::cauchy_distribution::b

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

Contents

[edit] Parameters

(none)

[edit] Return value

Returns the value of the b parameter with which the object was constructed (default is 1.0). The b parameter specifies the scale parameter which represents the half-width at half-maximum (HWHM).

[edit] See also

gets or sets the distribution parameter object
(public member function)
returns the a distribution parameter (Location parameter)
(public member function)

[edit] External links

Scale parameter. From Wikipedia.