quantile.h

来自「it is tree Dtree algorithm. so see it. i」· C头文件 代码 · 共 17 行

H
17
字号
/*----------------------------------------------------------------------  File    : quantile.c  Contents: compute quantiles of normal and chi^2 distribution  Author  : Christian Borgelt  History : 19.05.2003 file created----------------------------------------------------------------------*/#ifndef __QUANTILE__#define __QUANTILE__/*----------------------------------------------------------------------  Functions----------------------------------------------------------------------*/extern double ndqtl (double prob);extern double c2qtl (double prob, double df);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?