名前空間
変種
操作

std::exponential_distribution<RealType>::lambda

提供: cppreference.com
< cpp‎ | numeric‎ | random‎ | exponential distribution
2012年10月26日 (金) 07:00時点におけるTranslationBot (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)

 
 
 
擬似乱数生成
一様ランダムビットジェネレータ
エンジンとエンジンアダプタ
非決定的なジェネレータ
分布
一様分布
ベルヌーイ分布
ポアソン分布
正規分布
標本分布
シードシーケンス
(C++11)
C のライブラリ
 
 
RealType lambda() const;
(C++11以上)
λ分布パラメータ(単位当たりの発生率は、)を返し.
Original:
Returns the λ distribution parameter (rate of events, per unit).
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

パラメータ

(なし)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

値を返します

単位あたりのイベントレートを識別する浮動小数点値
Original:
Floating point value identifying the rate of events per unit
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

も参照してください

テンプレート:cpp/numeric/random/distribution/dcl list param