chisquare-mean:卡方分布均值

时间:2021-05-18 03:56:26
【文件属性】:
文件名称:chisquare-mean:卡方分布均值
文件大小:25KB
文件格式:ZIP
更新时间:2021-05-18 03:56:26
JavaScript 吝啬的 分布。 随机变量的为 其中k是*度。 安装 $ npm install distributions-chisquare-mean 要在浏览器中使用,请使用 。 用法 var mean = require ( 'distributions-chisquare-mean' ) ; 均值(k [,opts]) 计算参数为k的分布的。 k可以是number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , data , mat , out , i ; out = mean ( 2 ) ; // returns 2 k = [ 2 , 4 , 8 , 16 ] ; out = mean ( k ) ; // returns [ 2, 4, 8, 16 ] k = ne
【文件预览】:
chisquare-mean-master
----.travis.yml(153B)
----.jshintignore(118B)
----docs()
--------img()
----package.json(2KB)
----test()
--------test.array.js(1KB)
--------test.js(6KB)
--------test.matrix.js(2KB)
--------test.number.js(837B)
--------test.typedarray.js(893B)
--------test.accessor.js(1KB)
--------test.deepset.js(1KB)
--------test.validate.js(3KB)
--------utils()
----LICENSE(1KB)
----TODO.md(12B)
----.npmignore(498B)
----examples()
--------index.js(1KB)
----.gitignore(711B)
----lib()
--------index.js(3KB)
--------deepset.js(945B)
--------accessor.js(924B)
--------number.js(423B)
--------typedarray.js(814B)
--------array.js(785B)
--------matrix.js(639B)
--------validate.js(2KB)
----Makefile(2KB)
----README.md(8KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)

网友评论