Statistic 函数
在线手册:中文 英文
PHP手册

stats_dens_t

(PECL stats >= 1.0.0)

stats_dens_tNot documented

说明

float stats_dens_t ( float $x , float $dfr )
Warning

本函数还未编写文档,仅有参数列表。

参数

x

dfr

返回值


Statistic 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Not documented

用户评论:

Anonymous (28-Feb-2009 10:12)

This function returns the value of a student-T-distribution with the total area of 1.
$dfr are the degrees of freedom for that distribution (aka k)
$x is the X-Value for which the value should be returned