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
1
vote
0 answers

How can I calculate the significance of an acquisition test campaign on Facebook by using chi-squared test?

Should I use number of installs and spending or should I use impression and install numbers in Chi-Squared Test (Evan's Awesome A/B Tools)? Here is the link of the results:https://i.stack.imgur.com/6SGYc.jpg Are the test results significant?
1
vote
0 answers

Optimal power of a hypothesis test

I am doing a hypothesis test, with h0: p=0.5, with H1:p>0.5. If I want to test different values of p that are greater than 0.5, with a fixed significance level, say 0.05, how does the choice of p effect the validity of my test. From tests I have…
nayeoin
  • 41
0
votes
1 answer

Power of a hypothesis test

Please help! I am stuck at part (b)! Im not sure how to calculate the type 2 error.. To test the effectiveness of a diet, a random sample of 16 female patients is drawn from a population of adult females using the diet. The weight of each individual…
Monica
  • 1
0
votes
1 answer

Test of Significance for Difference of Means

Random 7yard sections from 48 bolts of typeA product contain a mean of 1.7 flaws per yard. Similar sections from 47 bolts of TypeB product contain 1.5 flaws per yard. The standard deviations are 0.6 and 0.9, respectively. a. There is no difference…
0
votes
1 answer

Deriving most powerful test for hypothesis

Here is the problem I am studying: "Consider a distribution with pdf $f(x;\theta)=\theta x^{\theta-1}$ if $0
0
votes
1 answer

Hypothesis testing Type 1/2 error

If a test is done with a 95% confidence interval, what would be the percentage of Type 1 error? could you explain the theory behind the answer as well that would be appreciated.
0
votes
1 answer

How do you find the probability of a type-II error occurring with an unknown sample mean?

Assume you are using a significance level of $α=0.05$ to test the claim that $μ<20$ and that your sample is a random sample of 33 values. Find $β$ given that the population actually has a normal distribution with $μ$1 $=$ 15 and $σ=7$. These are me…
0
votes
1 answer

Finding the null & alternative hypothesis

Question: Two different companies (A and B) have applied to provide cable television service in a certain region. Let p denote the proportion of all potential subscribers who favor the company A over the company B based on a random sample of 25…
0
votes
1 answer

interview question of hypothesis test: how many tests are needed to say a biased coin

Here is an interview question of hypothesis test: When you observe 10% more heads than tail, how many times do you have to test to get the statistical significance to say coin is biased? I don't much understand what I should test? Does that mean…
0
votes
0 answers

Why do we do Hypothesis Testing?

Generally a stat book is divided into two parts: Hypothesis Testing and Estimator Theory. Given data points, in hypothesis testing, we choose between null $H_0$ and alternate hypothesis $H_1$ for certain entity (for eg mean). My opinion is that why…
0
votes
1 answer

When the null hypothesis is interchanged with the alternative for Binomial random variables.

Let $X_i\sim Binomial(n,p)$. Consider the following hypotheses \begin{equation} (a): H_0: p = p_0 \quad \mbox{versus}\quad H_1: p = p_1 \end{equation} \begin{equation} (b): H_0: p = p_1 \quad \mbox{versus}\quad H_1: p = p_0 \end{equation} If $(a)$…
0
votes
3 answers

What causes Type I Errors and Type II Errors to occur?

So in my stats book I am told the following: A type I error is a false positive meaning you reject the null hypothesis when it's true. A type II error is a false negative meaning you reject the alternative hypothesis when it's true. My question is…
Laskas
  • 73
0
votes
1 answer

Computation and Visualisation of Type I and Type II Error

[Undergraduate : Introductory Level Statistics - Hypothesis Testing] There is a general consensus that 80% of all economists believe inflation will increase for 2018. Call this proportion the null hypothesis. However, there is an alternative view…
Garen
  • 67
0
votes
1 answer

How do I formulate the hypothesis when there is no given percentage?

I hope you are doing well. I have been successfully solving hypothesis problems when I am given the percentage on the claim. However, now I have to solve problems with no given percentage. Have a look at these 2 examples. Example 1: the candy maker…
0
votes
1 answer

Not rejecting null hypothesis not equivalent to accepting it

As title states, why is not rejecting null hypothesis not equivalent to accepting it? I can't find any information about a 'state' other than accepting or rejecting null hypothesis.
ziobo
  • 103