chisquare-skewness:卡方分布偏度

时间:2021-05-14 02:42:59
【文件属性】:
文件名称:chisquare-skewness:卡方分布偏度
文件大小:27KB
文件格式:ZIP
更新时间:2021-05-14 02:42:59
JavaScript 偏度 分布。 随机变量的为 其中k > 0是*度。 安装 $ npm install distributions-chisquare-skewness 要在浏览器中使用,请使用 。 用法 var skewness = require ( 'distributions-chisquare-skewness' ) ; 偏度(k [,opts]) 计算参数为k的卡方分布的偏度。 k可以是number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , data , mat , out , i ; out = skewness ( 2 ) ; // returns ~2.000 k = [ 2 , 4 , 8 , 16 ] ; out = skewness ( k ) ; //
【文件预览】:
chisquare-skewness-master
----.jshintrc(1KB)
----.gitignore(1KB)
----package.json(2KB)
----Makefile(2KB)
----.travis.yml(153B)
----LICENSE(1KB)
----examples()
--------index.js(1KB)
----.jshintignore(118B)
----README.md(9KB)
----lib()
--------matrix.js(675B)
--------index.js(3KB)
--------deepset.js(977B)
--------array.js(817B)
--------validate.js(2KB)
--------number.js(517B)
--------accessor.js(956B)
--------typedarray.js(846B)
----TODO.md(12B)
----.npmignore(498B)
----.gitattributes(12B)
----docs()
--------img()
----test()
--------test.number.js(939B)
--------test.accessor.js(1KB)
--------test.matrix.js(2KB)
--------test.js(7KB)
--------utils()
--------test.typedarray.js(1022B)
--------test.array.js(1KB)
--------test.validate.js(3KB)
--------test.deepset.js(2KB)
----.editorconfig(169B)

网友评论