Permutation test and p-value

142 Views Asked by At

I construct a permutation test in order to see If two samples come from the same distribution or not. I have two vectors $x, y$ that hold values of sampled values from two populations and the test statistics $mean(x)-mean(y)$. I am given a p-value and the test and I need to decide whether to reject or accept $H_0$. How can I use p value to make a decision?

1

There are 1 best solutions below

0
On BEST ANSWER

Decision: Reject $H_0$ if p-value is less than the given level of significance otherwise accept $H_0$.