stats_stat_binomial_coef

(PECL stats >= 1.0.0)

stats_stat_binomial_coef二項係数を返す

説明

stats_stat_binomial_coef ( int $x , int $n ) : float

n 個から x 個を選ぶ二項係数を返します。

パラメータ

x

集合から選ぶ個数

n

集合の要素数

返り値

二項係数を返します。