没有合适的资源?快使用搜索试试~ 我知道了~
gamma-cdf:伽玛分布累积分布函数(CDF)
共47个文件
js:19个
json:8个
r:8个
需积分: 50 27 下载量 133 浏览量
2021-05-19
08:25:56
上传
评论 2
收藏 50KB ZIP 举报
温馨提示
累积分布函数 分布。 随机变量的为 其中alpha是形状参数, beta是分布的速率参数。 gamma是较低的。 安装 $ npm install distributions-gamma-cdf 要在浏览器中使用,请使用 。 用法 var cdf = require ( 'distributions-gamma-cdf' ) ; cdf(x [,选项]) 评估分布的累积分布函数。 x可以是number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; out = cdf ( 1 ) ; // returns ~0.632 x = [ - 1 , 0 , 1 , 2 , 3 ] ; out = cdf ( x ) ; // ret
资源推荐
资源详情
资源评论
收起资源包目录
gamma-cdf-master.zip (47个子文件)
gamma-cdf-master
.travis.yml 356B
.jshintignore 118B
docs
img
eqn.svg 15KB
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 4KB
fixtures
partial.json 120B
array.json 14KB
test.array.R 299B
number.json 117B
runner.R 899B
test.number.R 303B
test.typedarray.R 303B
accessor.json 14KB
test.accessor.R 302B
test.deepset.R 304B
test.partial.R 304B
deepset.json 16KB
matrix.json 380B
test.matrix.R 284B
typedarray.json 14KB
LICENSE 1KB
TODO.md 12B
.npmignore 498B
examples
index.js 1KB
.gitignore 711B
lib
index.js 4KB
deepset.js 1KB
accessor.js 1KB
number.js 598B
partial.js 831B
typedarray.js 1KB
array.js 1009B
matrix.js 869B
validate.js 3KB
Makefile 2KB
README.md 9KB
.jshintrc 1KB
.editorconfig 169B
.gitattributes 12B
共 47 条
- 1
资源评论
地下蝉
- 粉丝: 35
- 资源: 4527
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功