stats_rand_gen_noncentral_f
(PECL stats >= 1.0.0)
stats_rand_gen_noncentral_f — Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate.
설명
float stats_rand_gen_noncentral_f
( float $dfn
, float $dfd
, float $xnonc
)
Warning
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
인수
- dfn
-
- dfd
-
- xnonc
-
반환값
stats_rand_gen_noncentral_f
There are no user contributed notes for this page.
