Skip to main content

Questions tagged [hypothesis-testing]

Hypothesis testing assesses whether data are inconsistent with a given hypothesis (usually a null hypothesis of no effect).

Filter by
Sorted by
Tagged with
5 votes
3 answers
241 views

I am comparing the means of two groups using an independent two-sample t-test in R. Initially, I had the following samples: Group A: n = 15, mean = 52.3, sd = 4.8 Group B: n = 15, mean = 48.1, sd = 5....
KoleyPort's user avatar
5 votes
3 answers
289 views

Consider the following problem: A report in USA Today stated that the average age of commercial jets in the U.S. is 14 years. The population of commercial jet age is known to be normally distributed ...
user124910's user avatar
14 votes
6 answers
923 views

I'm trying to reconcile the classical Neyman-Pearson (NP) approach to hypothesis testing with the more symmetric, decision-theoretic view we use in my 6.437 (Inference & Information) class. In our ...
Charlie Parker's user avatar
1 vote
0 answers
43 views

Hi i would like to prove that wilcoxon signed rank (one sample) statistics measure asymmetry. The setup of Wilcoxon test is given a sample from a distribution $X_1,\dots, X_n$ and given a fixed value ...
Iacopo's user avatar
  • 11
1 vote
1 answer
43 views

Frequentists often explain that: If we construct a 95% confidence interval for the mean of some unknown distribution using n random samples from a population, the ...
Druudik's user avatar
  • 153
6 votes
1 answer
223 views

We’d like for our hypothesis tests to be statistically consistent, meaning that as my sample size grows infinitely large, I will arrive at the right answer. But from my understanding, usually the ...
Evan's user avatar
  • 63
13 votes
3 answers
2k views

Intuitively it makes sense that extracting multiple hypotheses from the same dataset is a bad idea because the probability of a false positive goes up. But when I think more about it, it doesn't make ...
AccidentalTaylorExpansion's user avatar
8 votes
3 answers
817 views

I'm following a statistics course and our professor gave us a definition of p-value I'm having some trouble understanding. First, some preliminary notations I want to set: $\Omega = A \cup A^\...
Pickman02's user avatar
5 votes
3 answers
327 views

I am trying to understand how/when to use a test-statistic and/or p-value to draw a conclusion on a test. As far as I understand, when running a statistical test we must decide whether to use the test ...
Slv's user avatar
  • 75
1 vote
0 answers
40 views

I extracted the overall effect from an existing meta-analysis that I would like to compare with the overall effect of my meta-analysis by performing an equivalence test (These are two independent meta-...
Guillaume's user avatar
3 votes
2 answers
145 views

Should p-values be reported as an inequality (e.g. p<0.05) rather than the actual value (e.g. p=0.04)? If it is a binary decision as to whether results are significant, wouldn't stating p<0.05 ...
Melvin's user avatar
  • 101
2 votes
1 answer
208 views

I am fairly new to statistics and for some reason I decided it was a good idea to come up with my own test to try and answer a research question. I'm wondering if this test I came up mostly via ...
RNM's user avatar
  • 21
1 vote
2 answers
97 views

I have two groups of participants, a test group and a control group, both of whom have completed pre/post activity surveys. For the test group, I can match their pre and post surveys to get change at ...
NorthernLight's user avatar
6 votes
1 answer
259 views

Assume a 2-way ANOVA with no post-hoc comparisons. Do you need to use e.g. Bonferroni correction to determine the correct alpha? I have seen anecdotally that some don't do this. I guess you can ...
RECURSIVE FARTS's user avatar
4 votes
3 answers
587 views

The Chi Square and Fisher's Exact tests have as the null hypothesis $H_0$ that the variables are independent. I understand and agree that, in these tests, if we reject the null, we have evidence of ...
user avatar
5 votes
2 answers
301 views

The question is similar to this Which test to use when comparing multiple sets of proportions (with unknown sample size)? except for the sample size being smaller (10 for each of the two conditions ...
Sam's user avatar
  • 679
9 votes
1 answer
769 views

I came across this fact sheet from the Data Analytics Services Unit at Western Michigan University (https://wmed.edu/dataanalytics): https://wmed.edu/sites/default/files/P-VALUES%20SIMPLIFIED.pdf They ...
Daoud's user avatar
  • 93
3 votes
1 answer
79 views

Let's say I have 100,000 points where each point represents a customers location in a given city. A third party has visited 10,000 customers and recorded information from them. I do not have access to ...
setty's user avatar
  • 161
2 votes
2 answers
197 views

Let's say I am conducting a (one sided, for simplicity) hypothesis test and have chosen my significance level to be $\alpha$. Then this means that if the probability of my data occurring assuming the ...
CBBAM's user avatar
  • 675
1 vote
1 answer
79 views

currently I am tasked with evaluating the survey responses as part of ongoing marketing research and am hoping to get some suggestions as to how to evaluate them. There are 6 surveys in total (2 ...
syed shayaan's user avatar
1 vote
1 answer
120 views

We want to test whether two measurements start deviating from each other in time. Situation We want to know the quality of water by measuring an indicator (i.e. Concentration of pollutant). There is ...
eliasmaxil's user avatar
3 votes
1 answer
336 views

Is it correct that in principle, both the Bayes factor and posterior odds ratio can be used to perform hypothesis test? My textbook tells me that the hypothesis test should be determined by comparing $...
user avatar
8 votes
3 answers
417 views

I first encountered the notion of equivalence in the context of the Wilcoxon-Mann-Whitney-Test, where one can use either consider the Wilcoxon two-sample rank sum statistic $W$ or the Mann–Whitney $U$...
Filippo's user avatar
  • 283
15 votes
8 answers
2k views

I know it is more than 0.05, but I'm just wondering since rounding it to two decimals will give 0.05. I just wanted to ensure I am not falsely accepting the null hypothesis. Is there any way to say ...
Nel's user avatar
  • 153
6 votes
1 answer
223 views

Is there a single test one can perform that would be significant if two coefficients in a linear model are both different from 0, but would not be significant if only one of them differs from 0? Yes ...
David B's user avatar
  • 2,087

1
2 3 4 5
223