std::binomial_distribution::t
来自cppreference.com
< cpp | numeric | random | binomial distribution
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
IntType t() const; |
(C++11 起) | |
返回t分布参数(试验).
原文:
Returns the t distribution parameter (number of trials).
[编辑] 参数
(无)
[编辑] 返回值
Integer值,确定试验次数.
原文:
Integer value identifying the number of trials.
[编辑] 另请参阅
获取或设置的分布参数对象 原文: gets or sets the distribution parameter object (公共成员函数) | |
返回“P”分布参数(概率的审判产生true) 原文: returns the p distribution parameter (probability of a trial generating true) (公共成员函数) |