std::student_t_distribution<RealType>::n
来自cppreference.com
< cpp | numeric | random | student t distribution
RealType n() const; |
(C++11 起) | |
返回构造分布所用的 n 分布参数(自由度数)。默认值为 1.0 。
参数
(无)
返回值
标识分布自由度的浮点值。
参阅
获取或设置随机参数对象 (公开成员函数) |