【发布时间】:2014-09-24 01:23:19
【问题描述】:
我有一个 fMRI 数据矩阵,其大小为 9*10(我随机将值放入其中)。前两行在 1 类刺激下;接下来的两行在 2 类刺激下,接下来的两行在 3 类刺激下,最后三行在无刺激(休息状态)下。我想测试两种条件(1 类刺激与休息条件)、(2 类刺激与休息条件)和(3 类刺激与休息条件)之间的信号差异。我的问题是如何对 fMRI 数据进行 T 检验?
H1: Condition1 ≠ Condition2
H0: Condition1 = Condition2
And should I compute based on these:1.Difference between the mean intensities of each condition
2. Degree of overlap in intensities
-7 0 -1 -5 -1 -2 -3 0 1 -8
2 -1 3 -1 -1 -1 -2 1 2 -3 ----> under class 1 stimulus
-4 -1 1 -1 8 1 0 -8 -2 -1
-2 -2 -5 -3 -1 -1 -15 0 -1 2 ----> under class 2 stimulus
3 0 5 8 -5 2 -2 8 10 -8
5 0 2 -4 8 2 6 0 -11 2 ----> under class 3 stimulus
-6 4 1 -2 6 -6 -5 0 11 -6
6 8 3 -4 -1 -5 5 -4 2 0
3 2 1 -6 -8 -4 2 0 5 3 -----> under rest (no stimulus) condition
【问题讨论】:
-
感谢@DannyBland 编辑我的帖子!
-
谁能给我任何建议?
标签: matlab matlab-figure matlab-guide