exponential-pdf:指数分布概率密度函数(PDF)

时间:2021-04-30 05:12:18
【文件属性】:
文件名称:exponential-pdf:指数分布概率密度函数(PDF)
文件大小:28KB
文件格式:ZIP
更新时间:2021-04-30 05:12:18
JavaScript 概率密度函数 分布概率密度函数(PDF)。 随机变量的(PDF)为 其中lambda > 0是rate参数。 安装 $ npm install distributions-exponential-pdf 要在浏览器中使用,请使用 。 用法 var pdf = require ( 'distributions-exponential-pdf' ) ; pdf(x [,选项]) 计算分布的(PDF)。 x可以是 , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; out = pdf ( 1 ) ; // returns ~0.3679 out = pdf ( - 1 ) ; // returns 0 x = [ 0 , 0.5 , 1 ,
【文件预览】:
exponential-pdf-master
----.jshintrc(1KB)
----.gitignore(1KB)
----package.json(2KB)
----Makefile(2KB)
----.travis.yml(141B)
----LICENSE(1KB)
----examples()
--------index.js(1KB)
----.jshintignore(118B)
----README.md(9KB)
----lib()
--------matrix.js(791B)
--------index.js(3KB)
--------partial.js(747B)
--------deepset.js(1KB)
--------array.js(931B)
--------validate.js(3KB)
--------number.js(510B)
--------accessor.js(1KB)
--------typedarray.js(966B)
----TODO.md(12B)
----.npmignore(498B)
----.gitattributes(12B)
----docs()
--------img()
----test()
--------test.number.js(678B)
--------test.accessor.js(2KB)
--------test.matrix.js(2KB)
--------test.js(7KB)
--------test.typedarray.js(1KB)
--------test.array.js(1KB)
--------test.partial.js(628B)
--------test.validate.js(3KB)
--------test.deepset.js(2KB)
----.editorconfig(169B)

网友评论