normal-quantile:正态分布分位数功能

时间:2024-05-17 07:05:18
【文件属性】:

文件名称:normal-quantile:正态分布分位数功能

文件大小:36KB

文件格式:ZIP

更新时间:2024-05-17 07:05:18

JavaScript

分位数函数 分。 随机变量的为 对于0 <= p < 1> 0是标准偏差。 安装 $ npm install distributions-normal-quantile 要在浏览器中使用,请使用 。 用法 var quantile = require ( 'distributions-normal-quantile' ) ; 分位数(p [,options]) 计算的。 p可以是0到1之间的number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; out = quantile ( 0.25 ) ; // returns ~-0.674 x = [ 0 , 0.2 , 0.4 , 0.6 ,


【文件预览】:
normal-quantile-master
----.gitignore(1KB)
----README.md(10KB)
----test()
--------test.accessor.js(2KB)
--------test.validate.js(4KB)
--------fixtures()
--------test.deepset.js(2KB)
--------test.number.js(2KB)
--------test.array.js(2KB)
--------test.partial.js(2KB)
--------test.matrix.js(2KB)
--------test.typedarray.js(1KB)
--------test.js(12KB)
----docs()
--------img()
----examples()
--------index.js(1KB)
----LICENSE(1KB)
----.gitattributes(12B)
----.jshintrc(1KB)
----package.json(2KB)
----.jshintignore(118B)
----TODO.md(12B)
----.npmignore(498B)
----.travis.yml(149B)
----.editorconfig(169B)
----Makefile(2KB)
----lib()
--------typedarray.js(1KB)
--------partial.js(1KB)
--------number.js(751B)
--------matrix.js(855B)
--------accessor.js(1KB)
--------array.js(990B)
--------deepset.js(1KB)
--------index.js(4KB)
--------validate.js(3KB)

网友评论