Statistic 函数
在线手册:中文 英文
PHP手册

stats_cdf_chisquare

(PECL stats >= 1.0.0)

stats_cdf_chisquareCalculates 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

返回值


Statistic 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Calculates any one parameter of the chi-square distribution given values for the others.

用户评论:

clifflu at gmail dot com (09-Feb-2011 06:28)

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