stats_cdf_exponential> <stats_cdf_cauchy
Last updated: Fri, 24 Feb 2012

stats_cdf_chisquare

(PECL stats >= 1.0.0)

stats_cdf_chisquareCalculates any one parameter of the chi-square distribution given values for the others.

Descrição

float stats_cdf_chisquare ( float $par1 , float $par2 , int $which )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

par1

par2

which

Valor Retornado



User Contributed Notes
stats_cdf_chisquare
clifflu at gmail dot com
08-Feb-2011 08: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

stats_cdf_exponential> <stats_cdf_cauchy
Last updated: Fri, 24 Feb 2012