std::lognormal_distribution::m

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

The mean m is the location of the peak.

[edit] Parameters

(none)

[edit] Return value

Returns the value of the mean m parameter with which the object was constructed (default is 0.0).

[edit] See also

gets or sets the distribution parameter object
(public member function)
returns the standard deviation (s) distribution parameter
(public member function)