downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

stats_cdf_exponential> <stats_cdf_cauchy
[edit] Last updated: Thu, 23 May 2013

view this page in

stats_cdf_chisquare

(PECL stats >= 1.0.0)

stats_cdf_chisquareCalcula un parámetro de la distribución ji-cuadrado según los valores dados a los otros

Descripción

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

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

par1

par2

which

Valores devueltos



add a note add a note User Contributed Notes stats_cdf_chisquare - [1 notes]
up
0
clifflu at gmail dot com
2 years ago
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

 
show source | credits | sitemap | contact | advertising | mirror sites