f-quantile:F分布分位数函数

时间:2021-05-19 04:52:31
【文件属性】:
文件名称:f-quantile:F分布分位数函数
文件大小:40KB
文件格式:ZIP
更新时间:2021-05-19 04:52:31
JavaScript 分位数函数 分布。 随机变量的为 对于0 <= p < 1 ,其中d1是分子*度, d2是分母*度, F是F分布的累积分布函数(CDF)。 安装 $ npm install distributions-f-quantile 要在浏览器中使用,请使用 。 用法 var quantile = require ( 'distributions-f-quantile' ) ; 分位数(p [,options]) 计算分布的。 p可以是0到1之间的number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; out = quantile ( 0.25 ) ; // ~0.172 x = [ 0 , 0.2 , 0.4 , 0.6 ,
【文件预览】:
f-quantile-master
----.jshintrc(1KB)
----.gitattributes(12B)
----.jshintignore(118B)
----lib()
--------validate.js(3KB)
--------partial.js(1002B)
--------typedarray.js(1KB)
--------deepset.js(1KB)
--------accessor.js(1KB)
--------matrix.js(907B)
--------index.js(4KB)
--------array.js(1KB)
--------number.js(797B)
----.npmignore(498B)
----examples()
--------index.js(1KB)
----TODO.md(12B)
----.travis.yml(356B)
----LICENSE(1KB)
----test()
--------test.partial.js(2KB)
--------test.validate.js(4KB)
--------fixtures()
--------test.js(11KB)
--------test.typedarray.js(1KB)
--------test.accessor.js(2KB)
--------test.matrix.js(2KB)
--------test.number.js(2KB)
--------test.array.js(2KB)
--------test.deepset.js(2KB)
----README.md(10KB)
----Makefile(2KB)
----docs()
--------img()
----.editorconfig(169B)
----.gitignore(711B)
----package.json(2KB)

网友评论