没有合适的资源?快使用搜索试试~ 我知道了~
chisquare-cdf:卡方分布累积分布函数(CDF)
共47个文件
js:19个
r:8个
json:8个
需积分: 30 15 下载量 148 浏览量
2021-05-19
08:26:07
上传
评论
收藏 57KB ZIP 举报
温馨提示
累积分布函数 分布。 随机变量的为 其中k是自由度, P是下正则化函数。 安装 $ npm install distributions-chisquare-cdf 要在浏览器中使用,请使用 。 用法 var cdf = require ( 'distributions-chisquare-cdf' ) ; cdf(x [,选项]) 计算分布的累积分布函数。 x可以是number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; out = cdf ( 1 ) ; // returns ~0.682 x = [ - 1 , 0 , 1 , 2 , 3 ] ; out = cdf ( x ) ; // returns [ 0, 0,
资源推荐
资源详情
资源评论
收起资源包目录
chisquare-cdf-master.zip (47个子文件)
chisquare-cdf-master
.jshintrc 1KB
.gitattributes 12B
.jshintignore 118B
lib
validate.js 3KB
partial.js 748B
typedarray.js 952B
deepset.js 1KB
accessor.js 1KB
matrix.js 777B
index.js 3KB
array.js 917B
number.js 509B
.npmignore 498B
examples
index.js 1KB
TODO.md 12B
.travis.yml 356B
LICENSE 1KB
test
test.partial.js 1KB
test.validate.js 3KB
fixtures
deepset.json 17KB
test.partial.R 259B
typedarray.json 25KB
test.typedarray.R 260B
test.number.R 258B
accessor.json 17KB
runner.R 899B
test.array.R 254B
test.accessor.R 257B
matrix.json 527B
test.matrix.R 239B
array.json 17KB
partial.json 104B
number.json 104B
test.deepset.R 258B
test.js 10KB
test.typedarray.js 1KB
test.accessor.js 2KB
test.matrix.js 2KB
test.number.js 1KB
test.array.js 1KB
test.deepset.js 2KB
README.md 9KB
Makefile 2KB
docs
img
eqn.svg 9KB
.editorconfig 169B
.gitignore 711B
package.json 2KB
共 47 条
- 1
资源评论
善音
- 粉丝: 25
- 资源: 4611
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于Kotlin语言的Android开发工具类集合源码
- 零延迟 DirectX 11 扩展实用程序.zip
- 基于Java的语音识别系统设计源码
- 基于Java和HTML的yang_home766个人主页设计源码
- 基于Java与前端技术的全国实时疫情信息网站设计源码
- 基于鸿蒙系统的HarmonyHttpClient设计源码,纯Java实现类似OkHttp的HttpNet框架与优雅的Retrofit注解解析
- 基于HTML和JavaScript的廖振宇图书馆前端设计源码
- 基于Java的Android开发工具集合源码
- 通过 DirectX 12 Hook (kiero) 实现通用 ImGui.zip
- 基于Java开发的YY网盘个人网盘设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功