std::chi_squared_distribution<RealType>::
n
<
cpp
|
numeric
|
random
|
chi squared distribution
RealType n
(
)
const
;
(C++11 起)
返回构造对象所用的
n
参数。它指定分布的
自由度
。默认值为
1.0
。
参数
(无)
返回值
n
分布参数。
参阅
param
(C++11)
获取或设置随机参数对象
(公开成员函数)