名稱空間
變體
操作

std::student_t_distribution<RealType>::n

來自 cppreference.com
< cpp‎ | 數值‎ | 隨機‎ | 學生 t 分佈
 
 
 
 
 
RealType n() const;
(C++11 起)

返回構造此分佈時使用的 n 分佈引數(自由度數)。預設值為 1.0

[編輯] 引數

(無)

[編輯] 返回值

表示分佈自由度的浮點值。

[編輯] 參閱

(C++11)
獲取或設定分佈引數物件
(public 成員函式) [編輯]