Permutation Test
バージョン 2024.02.19.1 (26.6 KB) 作成者:
Laurens R Krol
A permutation test (aka randomization test) for MATLAB, testing for a difference in means between two samples.
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 (2025). Permutation Test (https://github.com/lrkrol/permutationTest), GitHub. に取得済み.
MATLAB リリースの互換性
作成:
R2013a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions and Hypothesis Tests > Hypothesis Tests >
Help Center および MATLAB 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
|
|
|
| 2019.2.1.0 | - Changed number of bins in the plot
|
|
|
| 2018.3.14.0 | Added exact test
|
|
|
| 2017.4.4.0 |
|
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
