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

stats_dens_t

(PECL stats >= 1.0.0)

stats_dens_tNot documented

说明

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

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

参数

x

dfr

返回值


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

用户评论:

Anonymous (2009-02-28 14:12:22)

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

易百教程