| (1) | (since C++11) | ||
| (2) | (since C++11) |
Constructs a new distribution object. The first version uses mean
and stddev
as the distribution parameters, the second version uses params
as the distribution parameters.
Parameters
mean | - | the μ distribution parameter (mean) |
stddev | - | the σ distribution parameter (standard deviation) |
params | - | the distribution parameter set |
Please login to continue.