名稱空間
變體
操作

std::chi_squared_distribution<RealType>::min

來自 cppreference.com
< cpp‎ | 數值‎ | 隨機‎ | 卡方分佈
 
 
 
 
 
result_type min() const;
(C++11 起)

返回分佈可能生成的最小值。

目錄

[編輯] 引數

(無)

[編輯] 返回值

分佈可能生成的最小值。

[編輯] 複雜度

常數時間。

[編輯] 參閱

(C++11)
返回可能生成的最大值
(公共成員函式) [編輯]