This function performs a permutation test for the null hypothesis that a sample is drawn from a symmetric distribution with a specific mean. The test is based on the t-statistic and is applicable to both single-sample and paired-sample/repeated measures t-tests. Unlike traditional parametric t-tests, this method does not assume that the data comes from a Gaussian distribution, making it more versatile. This function can test a single variable or multiple variables simultaneously. When applying the test to multiple variables, the 'tmax' method is used to adjust the p-values for multiple comparisons (Blair & Karniski, 1993). Similar to Bonferroni correction, this method adjusts p-values to control the family-wise error rate. However, when the variables tested are correlated, the permutation method is more powerful than Bonferroni correction. Reference: Blair, RC & Karniski, W. (1993). An alternative method for significance testing of waveform differences. Psychophysiology.
mult_comp_perm_t1Multi-sample/Paired-sample Permutation T-test with Multiple Comparison Correction in MATLAB
相关推荐
Multiple Correlation Coefficient Homogeneity Test in MATLAB
在本脚本中,多个相关系数之间的比较将被测试。该脚本用于检验k个相关系数的样本是否相等,以便可以用平均相关系数表示。相关系数可以从具有不同样本大小的样本n1, n2,...,nk中计算得出。
Matlab
0
2024-11-03
SQL2000 Sample Database Overview
In this guide, we explore SQLSERVER 2K sample databases: NorthWind and pubs. These databases provide structured data for practicing SQL operations, queries, and procedures. NorthWind simulates a trading company database, ideal for testing sales, orders, and products, while pubs contains data relevant to publishing. Together, they offer a robust foundation for understanding relational database management.
SQLServer
0
2024-10-26
MySQL Sample Database Distribution Package for sampdb
sampdb样例数据库分发包用于MySQL网络数据库指南。由于书中提到的网址已失效,特此提供给学习这本书的同学。
MySQL
0
2024-11-03
Mastering Oracle JDeveloper 11g ADF Sample Tutorial
Oracle JDeveloper 11g ADF Sample 学习啦!将帮助您深入了解Oracle的开发工具,带您快速掌握JDeveloper 11g ADF的核心内容。让我们一起加油,提升oracle技能吧!
1. 认识 JDeveloper 11g
JDeveloper 11g 是 Oracle 提供的强大 IDE,它支持多种开发语言和框架,非常适合进行应用程序开发。
2. ADF 的功能亮点
Oracle ADF(Application Development Framework)简化了应用程序的开发流程,帮助开发人员快速搭建功能丰富的企业应用。
3. 样例学习的价值
通过ADF Sample 的学习,可以快速掌握基础知识,获得实际操作的经验。
Oracle
0
2024-11-05
Multi-Preconditioned GMRES Extending GMRES with Multiple Preconditioners
当使用标准Krylov子空间方法求解线性方程组时,用户只能选择一个预处理器,尽管在许多情况下可能有多种可能性。在这里,我们提供了GMRES的扩展,即多预处理GMRES (MPGMRES),它允许使用多个预处理器。此代码基于Chen Greif、Tyrone Rees和Daniel B. Syzld在手稿“多预处理GMRES”中描述的算法。技术报告可查阅: http://www.cs.ubc.ca/~tyronere/TR-2011-12.pdf,UBC CS TR-2011-12,或Temple Math报告11-12-23。
Matlab
0
2024-11-02
SH.Sample项目示例数据库重新设计
这份文件是专门为云瓣公司的SH.Sample项目设计的示例数据库。
MySQL
0
2024-09-25
类别 t 组件名称 t 功能
清洗类- 数据类型检查- 外键约束- 主键约束- 缺值处理- 空值域约束- 去重
转换类- Casewhent- 计数区间化- 字段类型转换- 数值区间化- 归一化- 属性交换- 关联规则数据生成- PCA 主成分分析
集成类- Delete 组件- Join 组件- Sort 组件- Where 组件
计算类- 计算生成列- Groupby 组件- 统计
抽样类- 分层抽样- 采样
集合类- 集合差- 集合交并
更新类- Update 组件- Insertupdate 组件
其他类- 数据集分割
数据挖掘
2
2024-05-26
MATLAB中的复杂S到T和T到S参数转换
MATLAB的s2t和t2s函数已经扩展,现在支持复杂的M×N×P和M×M×P阵列的参数转换。这些方程的基础是J. Frei、XD Cai和S. Muller在IEEE微波理论与技术汇刊上发表的研究。
Matlab
2
2024-07-19
T3 10.6PLUS1升级至T6 5.1的新方法
现在,您可以采用新的方法将T3 10.6PLUS1升级至T6 5.1。首先,执行T6 5.1的升级步骤,然后在U8系统中完成升级。
SQLServer
2
2024-07-20