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.
stats_cdf_t
(PECL stats >= 1.0.0)
stats_cdf_t — Calcule n'importe quel paramètre de distribution T des valeurs données pour les autres
Description
float stats_cdf_t
( float $par1
, float $par2
, int $which
)
Avertissement
Cette fonction n'est pas documentée et seule la liste des arguments est disponible.
Liste de paramètres
- par1
-
- par2
-
- which
-
Valeurs de retour
Brian
14-Oct-2010 08:14
