ポアソン¶
- astropy.uncertainty.poisson(center, n_samples, cls=<class 'astropy.uncertainty.core.Distribution'>, **kwargs)[ソース]¶
ポアソン分布を作成する。
- パラメータ
- 中心 :
Quantity
量 この分布の中心値(すなわちλ)である.
- n_samples集積する.
この分布とともに用いたモンテカルロサンプル数
- clsクラス
この配布されたクラスを作成します。一般的には
Distribution
サブクラスです。- Remaining keywords are passed into the constructor of the ``cls``
- 中心 :
- 返品
- 総代理店 :
Distribution
または対象物分布や対象 ポアソン分布をサンプリングする。タイプはパラメータと同じになる
cls
それがそうです。
- 総代理店 :