当前位置:网站首页>R 语言 Kolmogorov-Smirnov 检验 2 个样本是否遵循相同的分布。
R 语言 Kolmogorov-Smirnov 检验 2 个样本是否遵循相同的分布。
2022-06-28 07:01:00 【Mrrunsen】
Kolmogorov-Smirnov 检验用于检查 2 个样本是否遵循相同的分布。
ks.test(x, y) # x and y are two numeric vector
# From different distributions
x <- rnorm(50)
y <- runif(50)
ks.test(x, y) # perform ks test
#=> Two-sample Kolmogorov-Smirnov test
#=>
边栏推荐
- Extern "C" overview
- Students who do not understand the code can also send their own token. The current universal dividend model can be divided into BSC and any generation B
- @RequestParam
- Call interface event API common event methods
- Sword finger offer II 091 Paint the house
- Tryout title code
- VM332 WAService.js:2 Error: _vm.changeTabs is not a function报错
- 三极管驱动无刷电机
- Freeswitch使用originate转dialplan
- 力扣515.在每棵树行中找最大值
猜你喜欢
Jinshan cloud team shared | 5000 words to understand how Presto matches with alluxio
Principle and practice of bytecode reference detection
Causes of wechat applet compilation page blank bug
How bacnet/ip gateway collects data of building centralized control system
Freeswitch使用originate转dialplan
pytorch RNN 学习笔记
Comment la passerelle BACnet / IP recueille - t - elle les données du système central de contrôle des bâtiments?
Freeswitch sets the maximum call duration
代码没写错,渲染页面不显示原因
LeetCode+ 51 - 55 回溯、动态规划专题
随机推荐
MySQL master-slave replication, detailed configuration, create unable to connect processing prompt
How bacnet/ip gateway collects data of building centralized control system
选拔赛题目代码
【Rust日报】2020-05-24 Rash, Rocket, Mun, Casbin
小小一款代码编辑器竟然也可以有程序运行之功能——Sublime Text3运行各种语言程序的总结
[rust daily] published on rust 1.43.0 on April 23, 2020
金山云团队分享 | 5000字读懂Presto如何与Alluxio搭配
Puge -- understanding of getordefault() method
编译原理期末复习
"Jay bear" plummeted by 96.6%. Why is NFT with star goods cold?
QT -- 通讯协议
@RequestParam
[interval DP] stone consolidation
三极管驱动无刷电机
LeetCode+ 51 - 55 回溯、动态规划专题
同花顺网上开户安全吗
[produced by Xinghai] operation and maintenance inspection collection
Trie string statistics
推荐几款0代码、免费、现学现用的可视化工具
Rust FFI programming - libc crate