文件名称:exponential-mgf:指数分布矩生成函数(MGF)
文件大小:40KB
文件格式:ZIP
更新时间:2024-05-19 23:00:24
JavaScript
瞬间产生功能 分布矩生成函数(MGF)。 随机变量的为 其中lambda > 0是rate参数。 对于t >= lambda ,MGF是未定义的,并且此模块返回NaN 。 安装 $ npm install distributions-exponential-mgf 要在浏览器中使用,请使用 。 用法 var mgf = require ( 'distributions-exponential-mgf' ) ; mgf(t [,选项]) 计算分布的(MGF)。 t可以是 , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , t , i ; out = mgf ( 0.5 ) ; // returns 2 out = mgf ( - 1 ) ; // re
【文件预览】:
exponential-mgf-master
----.travis.yml(141B)
----.jshintignore(118B)
----docs()
--------img()
----package.json(2KB)
----test()
--------test.array.js(2KB)
--------test.js(10KB)
--------test.matrix.js(2KB)
--------test.number.js(1KB)
--------test.typedarray.js(1KB)
--------test.partial.js(2KB)
--------test.accessor.js(2KB)
--------test.deepset.js(2KB)
--------test.validate.js(3KB)
--------fixtures()
----LICENSE(1KB)
----TODO.md(10B)
----.npmignore(498B)
----examples()
--------index.js(1KB)
----.gitignore(1KB)
----lib()
--------index.js(3KB)
--------deepset.js(1KB)
--------accessor.js(1KB)
--------number.js(481B)
--------partial.js(715B)
--------typedarray.js(964B)
--------array.js(929B)
--------matrix.js(789B)
--------validate.js(3KB)
----Makefile(2KB)
----README.md(9KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)