Permutation Test

A permutation test (aka randomization test) for MATLAB, testing for a difference in means between two samples.
3.3K 次下载
更新时间 2021/1/13
A permutation test (aka randomization test) for MATLAB, testing for a difference in means between two samples. It supports one- and two-tailed tests, and returns a p-value, the observed difference, and the effect size (Hedges' g). The result can optionally be visualized using a histogram. It is also possible to perform exact tests, during which all possible permutations are considered.

引用格式

Laurens R Krol (2024). Permutation Test (https://github.com/lrkrol/permutationTest), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Hypothesis Tests 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
2024.02.19.1

Updated MathWorks-GitHub integration

2024.02.19.0

switched to non-strict inequalities when calculating p

2021.1.13.0

Replaced effect size calculation with Hedges' g, from Hedges & Olkin (1985), Statistical Methods for Meta-Analysis (p. 78, formula 3), Orlando, FL, USA: Academic Press.

2020.7.14.0

- Added version-dependent call to hist/histogram
- Removed permutationPrecision pending update

2019.2.1.0

- Changed number of bins in the plot
- Added separate script permutationPrecision
- Updated documentation

2018.3.14.0

Added exact test
Cosmetic changes

2017.4.4.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库