rayleigh-cdf:瑞利分布累积分布函数(CDF)

时间:2024-05-17 11:14:31
【文件属性】:

文件名称:rayleigh-cdf:瑞利分布累积分布函数(CDF)

文件大小:40KB

文件格式:ZIP

更新时间:2024-05-17 11:14:31

JavaScript

累积分布函数 分布。 随机变量的为 其中sigma是比例参数。 安装 $ npm install distributions-rayleigh-cdf 要在浏览器中使用,请使用 。 用法 var cdf = require ( 'distributions-rayleigh-cdf' ) ; cdf(x [,选项]) 评估分布的。 x可以是number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; out = cdf ( 1 ) ; // returns ~0.393 x = [ - 1 , 0 , 1 , 2 , 3 ] ; out = cdf ( x ) ; // returns [ 0, 0, ~0.393, ~0.865


【文件预览】:
rayleigh-cdf-master
----.jshintrc(1KB)
----.gitignore(1KB)
----package.json(2KB)
----Makefile(2KB)
----.travis.yml(149B)
----LICENSE(1KB)
----examples()
--------index.js(1KB)
----.jshintignore(118B)
----README.md(9KB)
----lib()
--------matrix.js(788B)
--------index.js(3KB)
--------partial.js(838B)
--------deepset.js(1KB)
--------array.js(928B)
--------validate.js(3KB)
--------number.js(603B)
--------accessor.js(1KB)
--------typedarray.js(963B)
----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)

网友评论

  • java文件,根本不是matlab