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_uniform> <stats_cdf_poisson
Last updated: Fri, 20 May 2011

view this page in

stats_cdf_t

(PECL stats >= 1.0.0)

stats_cdf_tCalcula un parámetro de la distribución T según los valores dados a los otros

Descripción

float stats_cdf_t ( float $par1 , float $par2 , int $which )
Warning

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_t
Brian 14-Oct-2010 09:14
In order to match the output of this function with Excel's TDIST function, you must take 1 - the value.  For example, for a two-tailed T-distribution for x=4 and degrees of freedom=2, the formula would be:

(1 - stats_cdf_t(4, 2, 1)) * 2

For a single tail, do not include the multiply by 2 portion.

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