chisquare-pdf:卡方分布概率密度函数(PDF)

时间:2024-06-09 13:39:34
【文件属性】:

文件名称:chisquare-pdf:卡方分布概率密度函数(PDF)

文件大小:149KB

文件格式:ZIP

更新时间:2024-06-09 13:39:34

JavaScript

概率密度函数 分布概率密度函数(PDF)。 随机变量的(PDF)为 当x >= 0 ,对于x < 0它的值为零。 df是的*度。 安装 $ npm install distributions-chisquare-pdf 要在浏览器中使用,请使用 。 用法 var pdf = require ( 'distributions-chisquare-pdf' ) ; pdf(x [,选项]) 计算分布的(PDF)。 x可以是number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; // by default, df = 1 out = pdf ( 1 ) ; // returns ~0.242 out = pdf ( - 1


【文件预览】:
chisquare-pdf-master
----.jshintrc(1KB)
----.gitignore(711B)
----package.json(2KB)
----Makefile(2KB)
----.travis.yml(358B)
----LICENSE(1KB)
----examples()
--------index.js(1KB)
----.jshintignore(118B)
----README.md(9KB)
----lib()
--------matrix.js(778B)
--------index.js(3KB)
--------partial.js(709B)
--------deepset.js(1KB)
--------array.js(918B)
--------validate.js(3KB)
--------number.js(504B)
--------accessor.js(1KB)
--------typedarray.js(953B)
----TODO.md(12B)
----.npmignore(498B)
----.gitattributes(12B)
----docs()
--------img()
----test()
--------test.number.js(1KB)
--------test.accessor.js(2KB)
--------test.matrix.js(2KB)
--------test.js(10KB)
--------test.typedarray.js(1KB)
--------test.array.js(2KB)
--------fixtures()
--------test.partial.js(1KB)
--------test.validate.js(3KB)
--------test.deepset.js(2KB)
----.editorconfig(169B)

网友评论