Questions tagged [hypothesis-testing]

This tag is for questions on hypothesis testing in statistics, including questions about constructing or setting up a test, selecting an appropriate test for a particular application, and computing test statistics.

In statistics, a result is called statistically significant if it is unlikely to have occurred by chance alone, according to a pre-determined threshold probability, the significance level. A statistical hypothesis test is a method of inference using data from a study which is used to determine if a measured result differs from a predicted result in a statistically significant way.

The phrase "test of significance" was coined by statistician Ronald Fisher. These tests are used in determining what outcomes of a study would lead to a rejection of a null hypothesis for a pre-specified level of significance. This can help to decide whether results contain enough information to cast doubt on conventional wisdom, given that conventional wisdom has been used to establish the null hypothesis. The critical region of a hypothesis test is the set of all outcomes which cause the null hypothesis to be rejected in favor of the alternative hypothesis.

Statistical hypothesis testing is sometimes called confirmatory data analysis, in contrast to exploratory data analysis, which may not have pre-specified hypotheses.

1617 questions
0
votes
1 answer

Whether to use Z or T test statistic for a sample of 50, known sample variance and unknown population variance

Customers have been complaining about the weight of 16 oz chips at a grocery store. To investigate, the store randomly sampled 50 bags of chips and found the mean weight $\bar x=$15.07 oz and sample standard deviation was s=0.8 oz. I am a bit…
nova_star
  • 463
0
votes
1 answer

understanding idea behind the p value

today i would like to get a deep understanding of meaning of p value in hypothesis testing, idea is that a lot of book say-if p value is less then $\alpha$ reject null hypothesis, but if not dont reject, i dont want to give students such…
0
votes
0 answers

Finding the most powerful test for $[X,Y]$ where $X$ and $Y$ are independent normal

I have 2 independent variables $X$ and $Y$ which are both normal with means $\theta x$ and $\theta y$ respectively and variance=1. I need to find the most powerful test of size $\alpha=0.1$ for the following hypotheses: Ho: $(\theta x, \theta…
0
votes
1 answer

Paired samples and two sample tests

Part of a research study of identical twins who had been separated at birth involves a random sample of 9 pairs, in which one of the twin has been raised by the natural parent and the other by adoptive parents. The IQ scores of these twins were…
mathnoob123
  • 1,373
0
votes
2 answers

possible mistake in formulation of zero and alternative hypothesis

from the book, i have following task i think there is error in formulation of alternative hypothesis , because word at least means minimum,there for instead of $p < 0.77$, it should be $p \ge 0.77$ , so instead of left test, it is right test…
0
votes
1 answer

Most powerful hypothesis test

I was trying to solve the following question but I am unable to make any headway. Denote the lognormal density $\mathcal f (\mathcal w; \mu, \sigma) = (\mathcal w\sigma\sqrt(2\pi)^{-1}e^{\{-[log(\mathcal w) - \mu]^2/(2\sigma^2)\}})$ with $\mathcal w…
0
votes
0 answers

Hypothesis Testing problem

The population is divided into three levels of education level viz under-graduate graduate and post graduate and the proportion is expected to be 1:4:3 respectively.A sample of 210 graduates and 135 post graduates while remaining were under…
0
votes
0 answers

Hypothesis Testing - Reversing the process of finding cumulative probabilities in normal distribution

The school canteen sells coffee in cups claiming to contain 250 ml. It is known that the amount of coffee in a cup is normally distributed with standard deviation 6 ml. Adam believes that on average the cups contain less coffee than claimed. Adam…
0
votes
1 answer

State the null and alternative hypotheses

Researchers at Griffin University conducted a study to determine whether video game players have superior visual attention skills compared to non-video game players. A sample of 30 male video game players had a mean score of 83.75 with a sample…
0
votes
1 answer

Is population variance of the two data equal?

A professor has two classes in psychology: a morning class of 9 students, and an afternoon class of 12 students. On final exams at the same time for all students, the classes received the grades shown in the table below. Can one conclude at .05…
Nipesh Kc
  • 187
0
votes
0 answers

Hypothesis a model is linear

I have a data set which I describe by this nonlinear model: $$Y_i=\theta_1 x+2\theta_3x^2+\frac{\theta_2 x^3}{3+exp(-\theta_4x +x^2)}+\theta_5+\epsilon_i$$ $$\epsilon_i \sim N(0,\sigma^2)$$ $$i=1,..,n$$ I have problems formulating a hypotheses that…
0
votes
1 answer

Need help with a test hypothesis involving an exponential distribution

You may ignore the questions $a$, $b$ and $c$ as they are relatively easy. I know how to test hypotheses for a sample data but question $d$ is confusing me. How do I know what type of test statistic I should be using for this and what quantile…
0
votes
0 answers

How to explain this hypothesis question?

If $_0$ cannot be rejected at the $5$% significant level, is a test at the $1$% is required? How to explain this question? Any hint?
ross999
  • 187
0
votes
1 answer

In what context would hypothesis testing use conditional expectations?

I have done rudimentary (i.e. stat class) hypothesis testing. But I currently have a question that is phrased as follows Calculate at the 5% level of whether the mean algebra score in schools with average class sizes less than or equal to 25…
0
votes
1 answer

Normal distribution: finding the probability of type II error and power of the test

I have the following values: – A sample of size 100 is taken from the population. – Standard Deviation is 5. – Mean is 125 – $H_0: \mu = 125 \ \ \ \text{against} \ \ \ H_a: \mu < 125$ – Accept $H_0$ if the sample mean $\bar{\mathbb{x}}$ is $\ge…