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

search for in the

stats_cdf_exponential> <stats_cdf_cauchy
[edit] Last updated: Sat, 07 Jan 2012

view this page in

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

반환값



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

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