To get the chi-square CDF (Cumulative Distribution Function), pass chi-square, DOF (Degree of Freedom), and 1 in this order.
CDF = 1 - p-value
stats_cdf_chisquare
(PECL stats >= 1.0.0)
stats_cdf_chisquare — Calculates any one parameter of the chi-square distribution given values for the others.
설명
float stats_cdf_chisquare
( float $par1
, float $par2
, int $which
)
Warning
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
인수
- par1
-
- par2
-
- which
-
반환값
clifflu at gmail dot com
08-Feb-2011 10:28
