ポアソン¶
- 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それがそうです。
- 総代理店 :