std::normal_distribution::mean
From cppreference.com
< cpp | numeric | random | normal distribution
RealType mean() const;
|
(since C++11) | |
The mean μ is the location of the peak.
[edit] Parameters
(none)
[edit] Return value
Returns the value of the mean μ 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 (σ) distribution parameter (public member function) |