std::student_t_distribution::param - cppreference.com (original) (raw)
param_type param() const; | (1) | (since C++11) |
---|---|---|
void param( const param_type& params ); | (2) | (since C++11) |
Manages the associated distribution parameter set.
Returns the associated parameter set.
Sets the associated parameter set to params.
[edit] Parameters
params | - | new contents of the associated parameter set |
---|
[edit] Return value
The associated parameter set.
(none)
[edit] Complexity
Constant.