std::exponential_distribution::lambda
来自cppreference.com
< cpp | numeric | random | exponential distribution
![]() |
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
RealType lambda() const; |
(C++11 起) | |
返回λ分布参数(事件率,每单位).
原文:
Returns the λ distribution parameter (rate of events, per unit).
[编辑] 参数
(无)
[编辑] 返回值
浮点值,单位的事件识别率
原文:
Floating point value identifying the rate of events per unit
[编辑] 另请参阅
获取或设置的分布参数对象 原文: gets or sets the distribution parameter object (公共成员函数) |