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