gumbel-mgf:Gumbel分布矩产生函数(MGF)

时间:2021-05-17 16:59:59
【文件属性】:
文件名称:gumbel-mgf:Gumbel分布矩产生函数(MGF)
文件大小:33KB
文件格式:ZIP
更新时间:2021-05-17 16:59:59
JavaScript 瞬间产生功能 分布矩生成函数(MGF)。 随机变量的为 其中mu是位置参数, beta是比例参数。 安装 $ npm install distributions-gumbel-mgf 要在浏览器中使用,请使用 。 用法 var mgf = require ( 'distributions-gumbel-mgf' ) ; mgf(t [,选项]) 计算分布的(MGF)。 t可以是 , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , t , i ; out = mgf ( 1 ) ; // returns ~1 out = mgf ( - 1 ) ; // returns +Infinity t = [ 0 , 0.5 , 1 , 1.5 , 2 ,
【文件预览】:
gumbel-mgf-master
----.jshintrc(1KB)
----.gitattributes(12B)
----.jshintignore(118B)
----lib()
--------validate.js(3KB)
--------partial.js(838B)
--------typedarray.js(1KB)
--------deepset.js(1KB)
--------accessor.js(1KB)
--------matrix.js(857B)
--------index.js(4KB)
--------array.js(997B)
--------number.js(612B)
----.npmignore(498B)
----examples()
--------index.js(1KB)
----TODO.md(10B)
----.travis.yml(154B)
----LICENSE(1KB)
----test()
--------test.partial.js(2KB)
--------test.validate.js(4KB)
--------fixtures()
--------test.js(10KB)
--------test.typedarray.js(1KB)
--------test.accessor.js(2KB)
--------test.matrix.js(2KB)
--------test.number.js(1KB)
--------test.array.js(2KB)
--------test.deepset.js(2KB)
----README.md(9KB)
----Makefile(2KB)
----docs()
--------img()
----.editorconfig(169B)
----.gitignore(1KB)
----package.json(2KB)

网友评论