<random>

公共成员函数 (public member function)
<random>

std::student_t_distribution::n

result_type n() const;
自由度 (Degrees of freedom)
返回与 student_t_distribution 对象关联的*自由度*(参数n)。

此参数表示产生该分布的理论样本数量(减一)。

此参数作为参数传递给对象的*构造函数*。

参数



返回值

与分布对象关联的n参数(自由度)。

复杂度

常量。

另见