当前位置:网站首页>R language Kolmogorov Smirnov tests whether the two samples follow the same distribution.
R language Kolmogorov Smirnov tests whether the two samples follow the same distribution.
2022-06-28 07:12:00 【Mrrunsen】
Kolmogorov-Smirnov Inspection for inspection 2 Whether the samples follow the same distribution .
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
#=>
边栏推荐
- VM332 WAService. js:2 Error: _ vm. Changetabs is not a function
- Overview, implementation and use of CRC32
- 金山云团队分享 | 5000字读懂Presto如何与Alluxio搭配
- 文件头信息对照表
- Is it safe to open a stock trading account on your mobile phone?
- R语言绘制 ggplot2 季节性图
- 【Rust翻译】从头实现Rust异步执行器
- Using interceptor and cache to complete interface anti brushing operation
- Techo day Tencent technology open day, June 28 online waiting for you!
- What if the applet page is set to 100% height or left blank?
猜你喜欢

Leetcode+ 66 - 70 high precision, two sub topics

VM332 WAService.js:2 Error: _vm.changeTabs is not a function报错

Kubernetes cluster lossless upgrade practice

推荐10个好用到爆的Jupyter Notebook插件,让你效率飞起

Application and Optimization Practice of redis in vivo push platform

【C语言】详解 C 语言获取数组长度

Pytorch RNN learning notes

Pfizer's new Guankou medicine has entered the Chinese market, and the listing of relevant products of domestic pharmaceutical enterprises is just around the corner

pytorch RNN 学习笔记

代码没写错,渲染页面不显示原因
随机推荐
Libuv framework echo server C source code explanation (TCP part)
[rust translation] implement rust asynchronous actuator from scratch
[C#][转载]furion框架地址和教程地址
BACnet/IP网关如何采集楼宇集中控制系统数据
普歌 -- getOrDefault()方法理解
[rust daily] May 24, 2020 rush, rocket, Mun, caspin
强化学习——格子世界
From the beginning of redis learning to take-off, this article is all for you
LeetCode+ 66 - 70 高精度、二分专题
Causes of wechat applet compilation page blank bug
R 语言 Kolmogorov-Smirnov 检验 2 个样本是否遵循相同的分布。
Practice and exploration of vivo live broadcast application technology
Face to face experience --- test engineer web side automation --- interview questions for large factories
C语言教程大全
云原生(待更新)
《微信小程序-基础篇》带你了解小程序中的生命周期(一)
File header information cross reference table
Recommend several 0 code, free, learning and using visualization tools
Floating and positioning
pytorch RNN 学习笔记