<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AHypothesis_Testing</id>
	<title>English:Hypothesis Testing - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AHypothesis_Testing"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Hypothesis_Testing&amp;action=history"/>
	<updated>2026-08-28T18:16:56Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Hypothesis_Testing&amp;diff=47335&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Hypothesis_Testing&amp;diff=47335&amp;oldid=prev"/>
		<updated>2026-08-28T06:54:58Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Hypothesis Testing]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hypothesis testing&amp;#039;&amp;#039;&amp;#039; is a core method of [[English:Inferential statistics|inferential statistics]]. It helps you use information from a sample to evaluate a claim about a larger population. Instead of asking whether a sample result is merely different from a claimed value, you ask a more precise question: &amp;#039;&amp;#039;&amp;#039;How surprising would data at least this extreme be if the null hypothesis and the statistical model were true?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This course is designed for &amp;#039;&amp;#039;&amp;#039;Grades 11–13&amp;#039;&amp;#039;&amp;#039;. You should already be comfortable with averages, proportions, basic probability, standard deviation, and the idea of a [[English:Normal distribution|normal distribution]]. By the end, you should be able to formulate hypotheses, choose a suitable test, calculate and interpret a test statistic and p-value, distinguish statistical significance from practical importance, explain Type I and Type II errors, and critique conclusions from real studies.&lt;br /&gt;
&lt;br /&gt;
[[File:Normal distribution.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The bell-shaped normal curve is important because many test statistics have distributions that are normal or approximately normal under suitable conditions. However, hypothesis testing is not limited to normally distributed raw data.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=dpGmVV0-4jc|500|center}}&lt;br /&gt;
&lt;br /&gt;
As you work through the course, keep one principle in mind: a hypothesis test does not prove a claim. It quantifies how compatible the observed data are with a particular null model, under stated assumptions.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= From Research Question to Statistical Hypotheses =&lt;br /&gt;
&lt;br /&gt;
A good hypothesis test begins with a clear [[English:Research question|research question]]. Suppose a manufacturer claims that a rechargeable battery lasts 10 hours on average. You collect a random sample of batteries and observe a sample mean above 10 hours. Is the difference convincing evidence that the true population mean has changed, or could ordinary sampling variation explain it?&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Null and Alternative Hypotheses ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;null hypothesis&amp;#039;&amp;#039;&amp;#039;, written &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt;, is the claim tested as the baseline. It usually states no difference, no effect, or a specific population value. The &amp;#039;&amp;#039;&amp;#039;alternative hypothesis&amp;#039;&amp;#039;&amp;#039;, written &amp;lt;math&amp;gt;H_A&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;H_1&amp;lt;/math&amp;gt;, describes the competing claim.&lt;br /&gt;
&lt;br /&gt;
For the battery example, a two-sided test could be written as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;H_0:\mu=10&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;H_A:\mu\neq10&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt; is the true population mean battery life. Notice that the hypotheses concern a population parameter, not the sample mean. The sample provides evidence; it is not itself the claim being tested.&lt;br /&gt;
&lt;br /&gt;
If the research question is specifically whether battery life has increased, a one-sided alternative could be &amp;lt;math&amp;gt;H_A:\mu&amp;gt;10&amp;lt;/math&amp;gt;. If the question is whether it has decreased, the alternative could be &amp;lt;math&amp;gt;H_A:\mu&amp;lt;10&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=0oc49DyA3hU|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== One-Sided and Two-Sided Alternatives ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;two-sided test&amp;#039;&amp;#039;&amp;#039; looks for evidence of a departure in either direction. A &amp;#039;&amp;#039;&amp;#039;one-sided test&amp;#039;&amp;#039;&amp;#039; looks only in a pre-specified direction. The direction must be chosen from the research question and study design &amp;#039;&amp;#039;&amp;#039;before&amp;#039;&amp;#039;&amp;#039; inspecting the data. Choosing a one-sided test after seeing which direction the sample moved can exaggerate evidence.&lt;br /&gt;
&lt;br /&gt;
[[File:One tailed critical value from a standard normal distribution.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A one-sided test places the rejection region in one tail of the null distribution.&lt;br /&gt;
&lt;br /&gt;
[[File:Two-tailed critical values.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A two-sided test divides the chosen significance level between both tails.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=mvye6X_0upA|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= The Logic of a Hypothesis Test =&lt;br /&gt;
&lt;br /&gt;
A hypothesis test compares observed data with what would be expected if &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt; were true. The logic can be summarized as follows:&lt;br /&gt;
&lt;br /&gt;
# [[English:Null hypothesis|Null hypothesis]]: State a precise baseline claim about a population parameter.&lt;br /&gt;
# [[English:Alternative hypothesis|Alternative hypothesis]]: State the competing claim that matches the research question.&lt;br /&gt;
# [[English:Significance level|Significance level]]: Choose a threshold &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; before examining the test result.&lt;br /&gt;
# [[English:Test statistic|Test statistic]]: Standardize the observed difference so it can be compared with a reference distribution.&lt;br /&gt;
# [[English:P-value|P-value]]: Measure how extreme the observed statistic is under the null model.&lt;br /&gt;
# [[English:Statistical decision|Statistical decision]]: Reject &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt; when the p-value is at most &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;; otherwise fail to reject &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt;.&lt;br /&gt;
# [[English:Statistical interpretation|Statistical interpretation]]: Translate the result back into the context of the research question.&lt;br /&gt;
&lt;br /&gt;
The phrase &amp;#039;&amp;#039;&amp;#039;fail to reject&amp;#039;&amp;#039;&amp;#039; is important. A non-significant result does not prove that &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt; is true. It may reflect limited data, high variability, a small true effect, or a model that lacks power to detect the effect.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Significance Level and Critical Regions ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;significance level&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; is the long-run probability of rejecting &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt; when &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt; is true, assuming the test conditions hold. Common choices are 0.05 and 0.01, but no value is automatically correct for every situation. The consequences of false positives should influence the choice.&lt;br /&gt;
&lt;br /&gt;
[[File:Figure illustrating the critical values of the standard normal distribution.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
For a two-sided z-test with &amp;lt;math&amp;gt;\alpha=0.05&amp;lt;/math&amp;gt;, the standard normal critical values are approximately -1.96 and +1.96. Values beyond these cutoffs lie in the rejection regions.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Test Statistics ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;test statistic&amp;#039;&amp;#039;&amp;#039; measures how far the sample result lies from the null-hypothesis value relative to its standard error. A general pattern is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\text{test statistic}=\frac{\text{estimate}-\text{null value}}{\text{standard error}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A large absolute test statistic means the estimate is many standard errors away from the null value. Whether it counts as unusually large depends on the reference distribution and the chosen alternative.&lt;br /&gt;
&lt;br /&gt;
Common test statistics include:&lt;br /&gt;
&lt;br /&gt;
# [[English:Z-test|z statistics]] for some means and proportions when the relevant standard-error conditions are met.&lt;br /&gt;
# [[English:Student&amp;#039;s t-test|t statistics]] for means when the population standard deviation is unknown.&lt;br /&gt;
# [[English:Chi-squared test|chi-square statistics]] for categorical-data questions such as goodness of fit and association.&lt;br /&gt;
# [[English:F-test|F statistics]] in comparisons of several means and in some regression models.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= P-Values =&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;p-value&amp;#039;&amp;#039;&amp;#039; is the probability, calculated under the null hypothesis and the statistical model, of obtaining a test statistic at least as extreme as the one observed in the direction specified by the alternative hypothesis.&lt;br /&gt;
&lt;br /&gt;
A small p-value means that the observed result would be unusual if the null model were correct. It therefore counts as evidence against &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt;. It does &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; tell you the probability that &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt; is true, and it does not measure the size or importance of an effect.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=vemZtEM63GY|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Reading a P-Value Correctly ==&lt;br /&gt;
&lt;br /&gt;
Suppose a study gives &amp;lt;math&amp;gt;p=0.03&amp;lt;/math&amp;gt;. A careful interpretation is: if the null hypothesis and model assumptions were true, the probability of a test statistic at least as extreme as the observed one would be 3 percent.&lt;br /&gt;
&lt;br /&gt;
Do not interpret &amp;lt;math&amp;gt;p=0.03&amp;lt;/math&amp;gt; as any of the following:&lt;br /&gt;
&lt;br /&gt;
# The null hypothesis has a 3 percent chance of being true.&lt;br /&gt;
# There is a 97 percent chance that the alternative hypothesis is true.&lt;br /&gt;
# The result has a 97 percent chance of replicating.&lt;br /&gt;
# The effect is large or practically important.&lt;br /&gt;
# Randomness caused the result with probability 3 percent.&lt;br /&gt;
&lt;br /&gt;
The p-value is conditional on a model and a null hypothesis. It is one piece of evidence, not a complete scientific conclusion.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== P-Value and Alpha ==&lt;br /&gt;
&lt;br /&gt;
A common decision rule is:&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt;p\leq\alpha&amp;lt;/math&amp;gt;, reject &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt;p&amp;gt;\alpha&amp;lt;/math&amp;gt;, fail to reject &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The threshold should not become a substitute for judgment. Results just below and just above 0.05 can represent very similar evidence. Good reporting includes the actual p-value when possible, an effect estimate, uncertainty such as a [[English:Confidence interval|confidence interval]], the study design, and the assumptions.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=-FtlH4svqx4|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Sampling Distributions and Reference Models =&lt;br /&gt;
&lt;br /&gt;
A hypothesis test relies on the &amp;#039;&amp;#039;&amp;#039;sampling distribution&amp;#039;&amp;#039;&amp;#039; of its test statistic under &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt;. This distribution describes how the statistic would vary across repeated samples if the null model generated the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Standard Normal Distribution.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The standard normal distribution is the reference model for many z procedures. Areas in its tails correspond to probabilities of extreme standardized values.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Student&amp;#039;s t Distribution ==&lt;br /&gt;
&lt;br /&gt;
When testing a population mean and the population standard deviation is unknown, the sample standard deviation introduces extra uncertainty. The [[English:Student&amp;#039;s t-distribution|Student&amp;#039;s t-distribution]] accounts for this through heavier tails, especially for small degrees of freedom.&lt;br /&gt;
&lt;br /&gt;
[[File:Comparing the Standard Normal Distribution and Student&amp;#039;s T Distribution.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
As the degrees of freedom increase, the t distribution approaches the standard normal distribution.&lt;br /&gt;
&lt;br /&gt;
[[File:Student T-Distribution Table Diagram.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A t distribution can be used to locate critical values or tail areas for a test statistic. Modern software usually reports the p-value directly, but understanding the reference distribution is essential for interpreting the result.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Worked Example: One-Sample t-Test =&lt;br /&gt;
&lt;br /&gt;
A battery company claims that its new model lasts 10 hours on average. A random sample of 25 batteries has mean lifetime &amp;lt;math&amp;gt;\bar{x}=10.75&amp;lt;/math&amp;gt; hours and sample standard deviation &amp;lt;math&amp;gt;s=1.5&amp;lt;/math&amp;gt; hours. You want to test whether the mean lifetime differs from 10 hours.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Step 1: State hypotheses.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;H_0:\mu=10&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;H_A:\mu\neq10&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Step 2: Choose a significance level.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;\alpha=0.05&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Step 3: Check the design and assumptions.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The batteries should form an independent random or otherwise defensibly representative sample. For a one-sample t procedure, the sample distribution should not show severe outliers or extreme skewness when the sample is modest.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Step 4: Calculate the standard error.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;SE=\frac{s}{\sqrt{n}}=\frac{1.5}{\sqrt{25}}=0.30&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Step 5: Calculate the t statistic.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t=\frac{10.75-10}{0.30}=2.50&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The degrees of freedom are &amp;lt;math&amp;gt;df=n-1=24&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Step 6: Find the two-sided p-value.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t=2.50&amp;lt;/math&amp;gt; with 24 degrees of freedom, the two-sided p-value is about 0.020.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Step 7: Make the statistical decision.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Because &amp;lt;math&amp;gt;0.020&amp;lt;0.05&amp;lt;/math&amp;gt;, reject &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Step 8: Interpret in context.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The sample provides statistically significant evidence at the 5 percent level that the population mean battery lifetime differs from 10 hours. The estimated difference is 0.75 hours, so you should also consider whether that difference is practically meaningful and report a confidence interval for the mean or the difference.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Worked Example: One-Proportion z-Test =&lt;br /&gt;
&lt;br /&gt;
Suppose a school survey asks whether students support a proposed timetable change. In a random sample of 120 students, 72 support it. You want to test whether the true support proportion differs from 0.50.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;H_0:p=0.50&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;H_A:p\neq0.50&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The sample proportion is &amp;lt;math&amp;gt;\hat{p}=72/120=0.60&amp;lt;/math&amp;gt;. Under the null hypothesis, the standard error is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;SE_0=\sqrt{\frac{0.50(1-0.50)}{120}}\approx0.0456&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The z statistic is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;z=\frac{0.60-0.50}{0.0456}\approx2.19&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The two-sided p-value is about 0.028. At &amp;lt;math&amp;gt;\alpha=0.05&amp;lt;/math&amp;gt;, you would reject &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt; and conclude that the sample provides evidence that the population support proportion differs from 0.50.&lt;br /&gt;
&lt;br /&gt;
This conclusion depends on the quality of the sampling process. A large sample cannot repair systematic bias caused by a badly chosen sample or a leading survey question.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Errors and Statistical Power =&lt;br /&gt;
&lt;br /&gt;
A hypothesis-testing decision can be wrong because it is based on a sample rather than complete knowledge of the population.&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;Type I error&amp;#039;&amp;#039;&amp;#039; occurs when you reject a true null hypothesis. Its long-run probability is controlled by &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;, provided the test conditions are met.&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;Type II error&amp;#039;&amp;#039;&amp;#039; occurs when you fail to reject a false null hypothesis. Its probability is denoted by &amp;lt;math&amp;gt;\beta&amp;lt;/math&amp;gt; for a specified true alternative.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Statistical power&amp;#039;&amp;#039;&amp;#039; is &amp;lt;math&amp;gt;1-\beta&amp;lt;/math&amp;gt;. It is the probability that a test rejects &amp;lt;math&amp;gt;H_0&amp;lt;/math&amp;gt; when a specified alternative is true.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=Rsc5znwR5FA|500|center}}&lt;br /&gt;
&lt;br /&gt;
Power generally increases when the true effect is larger, the sample size is larger, measurement variability is smaller, or the significance level is less strict. Increasing &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; can increase power, but it also raises the risk of Type I errors. Study design therefore involves trade-offs.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== A Decision Table ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Reality&lt;br /&gt;
! Fail to reject the null hypothesis&lt;br /&gt;
! Reject the null hypothesis&lt;br /&gt;
|-&lt;br /&gt;
| Null hypothesis is true&lt;br /&gt;
| Correct decision&lt;br /&gt;
| Type I error&lt;br /&gt;
|-&lt;br /&gt;
| Null hypothesis is false&lt;br /&gt;
| Type II error&lt;br /&gt;
| Correct detection&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The labels describe long-run decision behavior. In a single study, you usually do not know with certainty which state of reality applies.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Statistical Significance, Effect Size, and Practical Importance =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Statistical significance&amp;#039;&amp;#039;&amp;#039; concerns whether the observed data are sufficiently incompatible with the null model under a chosen threshold. &amp;#039;&amp;#039;&amp;#039;Effect size&amp;#039;&amp;#039;&amp;#039; concerns how large the estimated difference or relationship is. &amp;#039;&amp;#039;&amp;#039;Practical importance&amp;#039;&amp;#039;&amp;#039; concerns whether that magnitude matters in the real context.&lt;br /&gt;
&lt;br /&gt;
With a very large sample, a tiny and unimportant effect can produce a small p-value. With a small sample, an important effect can fail to reach statistical significance because the estimate is too imprecise.&lt;br /&gt;
&lt;br /&gt;
For a one-sample mean, a standardized effect size can be written as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;d=\frac{\bar{x}-\mu_0}{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the battery example, &amp;lt;math&amp;gt;d=(10.75-10)/1.5=0.50&amp;lt;/math&amp;gt;. Whether this is meaningful depends on the application, costs, risks, and comparison standards.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Confidence Intervals and Hypothesis Tests ==&lt;br /&gt;
&lt;br /&gt;
A two-sided hypothesis test and a matching confidence interval often express the same underlying information. For many standard procedures, a two-sided test at &amp;lt;math&amp;gt;\alpha=0.05&amp;lt;/math&amp;gt; rejects a null value exactly when that null value lies outside the corresponding 95 percent confidence interval.&lt;br /&gt;
&lt;br /&gt;
Confidence intervals add information because they show a range of parameter values reasonably compatible with the data under the model. They help you judge both direction and plausible magnitude, not just whether a threshold was crossed.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Assumptions and Conditions =&lt;br /&gt;
&lt;br /&gt;
A calculation is only as trustworthy as the data-generating process and assumptions behind it. Before interpreting a hypothesis test, ask the following questions.&lt;br /&gt;
&lt;br /&gt;
# [[English:Random sample|Sampling]]: Was the sample randomly selected or otherwise representative of the target population?&lt;br /&gt;
# [[English:Independence|Independence]]: Are observations independent, or does the method account for clustering, repeated measures, or pairing?&lt;br /&gt;
# [[English:Measurement|Measurement]]: Are the variables measured reliably and without systematic bias?&lt;br /&gt;
# [[English:Distribution|Distribution]]: Does the chosen test require a normal model, approximate normality, or sufficient expected counts?&lt;br /&gt;
# [[English:Sample size|Sample size]]: Is the sample large enough for the approximation used by the test?&lt;br /&gt;
# [[English:Study design|Study design]]: Is the study observational or experimental, and does the design justify causal conclusions?&lt;br /&gt;
# [[English:Missing data|Missing data]]: Could missing observations distort the estimate?&lt;br /&gt;
# [[English:Multiple comparisons|Multiple comparisons]]: Were many hypotheses tested, increasing the chance of false positives?&lt;br /&gt;
&lt;br /&gt;
Do not mechanically apply a test because the software offers it. First identify the parameter, data type, design, and assumptions.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Choosing a Suitable Test =&lt;br /&gt;
&lt;br /&gt;
The correct test depends on the research question, data type, number of groups, and study design.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Research goal&lt;br /&gt;
! Typical parameter&lt;br /&gt;
! Common procedure&lt;br /&gt;
|-&lt;br /&gt;
| Compare one numerical mean with a claimed value&lt;br /&gt;
| Population mean&lt;br /&gt;
| One-sample t-test&lt;br /&gt;
|-&lt;br /&gt;
| Compare two independent numerical means&lt;br /&gt;
| Difference in population means&lt;br /&gt;
| Independent-samples t-test&lt;br /&gt;
|-&lt;br /&gt;
| Compare paired numerical measurements&lt;br /&gt;
| Mean of paired differences&lt;br /&gt;
| Paired t-test&lt;br /&gt;
|-&lt;br /&gt;
| Compare one proportion with a claimed value&lt;br /&gt;
| Population proportion&lt;br /&gt;
| One-proportion z-test or exact method&lt;br /&gt;
|-&lt;br /&gt;
| Test association between categorical variables&lt;br /&gt;
| Pattern of cell probabilities&lt;br /&gt;
| Chi-square test of independence&lt;br /&gt;
|-&lt;br /&gt;
| Test a linear relationship&lt;br /&gt;
| Regression slope or correlation&lt;br /&gt;
| Regression or correlation test&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The table gives common choices, not automatic rules. Exact methods, nonparametric procedures, permutation tests, or model-based methods may be better when standard assumptions are unsuitable.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Multiple Testing and Reproducibility =&lt;br /&gt;
&lt;br /&gt;
If you test many independent null hypotheses at &amp;lt;math&amp;gt;\alpha=0.05&amp;lt;/math&amp;gt;, the probability of at least one false positive across the set can become much larger than 5 percent. This is the &amp;#039;&amp;#039;&amp;#039;multiple testing&amp;#039;&amp;#039;&amp;#039; problem.&lt;br /&gt;
&lt;br /&gt;
Methods such as the [[English:Bonferroni correction|Bonferroni correction]] can control a family-wise error rate by using a stricter threshold for each test. Other approaches control the [[English:False discovery rate|false discovery rate]]. Which method is appropriate depends on the goals of the analysis.&lt;br /&gt;
&lt;br /&gt;
Reproducible statistical practice also includes pre-specifying hypotheses when possible, documenting exclusions and transformations, reporting all relevant analyses rather than only significant ones, sharing methods clearly, and distinguishing exploratory from confirmatory work.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Communicating a Hypothesis Test =&lt;br /&gt;
&lt;br /&gt;
A strong written conclusion should include the parameter and comparison, the direction and approximate magnitude of the observed effect, the test statistic and degrees of freedom when relevant, the p-value, the significance level if a decision rule is used, and a confidence interval or other uncertainty measure when possible.&lt;br /&gt;
&lt;br /&gt;
For the battery example, a concise report might state that the sample mean was 10.75 hours, 0.75 hours above the claimed 10 hours, and that a two-sided one-sample t-test gave &amp;lt;math&amp;gt;t(24)=2.50&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;p\approx0.020&amp;lt;/math&amp;gt;. The data therefore provide evidence against the 10-hour population mean at the 5 percent level, subject to the sampling and model assumptions.&lt;br /&gt;
&lt;br /&gt;
Avoid the phrase &amp;#039;&amp;#039;&amp;#039;the test proves&amp;#039;&amp;#039;&amp;#039;. Statistics supports measured uncertainty; it does not turn sample evidence into certainty.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does the null hypothesis usually represent in a hypothesis test?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A baseline claim about a population parameter)&lt;br /&gt;
(!The observed sample result)&lt;br /&gt;
(!A guarantee that there is no effect)&lt;br /&gt;
(!The probability that the data are correct)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is a p-value?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The probability of data at least as extreme under the null model)&lt;br /&gt;
(!The probability that the null hypothesis is true)&lt;br /&gt;
(!The size of the effect in the population)&lt;br /&gt;
(!The probability that the study will replicate)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;When should the direction of a one-sided test be chosen?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Before examining the test result)&lt;br /&gt;
(!After seeing which sample mean is larger)&lt;br /&gt;
(!Only after calculating the p-value)&lt;br /&gt;
(!Whenever a two-sided test is not significant)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What decision is made when the p-value is at most the chosen alpha level?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Reject the null hypothesis)&lt;br /&gt;
(!Accept the null hypothesis as proven)&lt;br /&gt;
(!Increase the sample mean)&lt;br /&gt;
(!Set the p-value equal to zero)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is a Type I error?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Rejecting a true null hypothesis)&lt;br /&gt;
(!Failing to reject a false null hypothesis)&lt;br /&gt;
(!Using a sample that is too large)&lt;br /&gt;
(!Reporting an effect size)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is statistical power?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The probability of rejecting a false null hypothesis)&lt;br /&gt;
(!The probability that the null hypothesis is true)&lt;br /&gt;
(!The chosen significance level)&lt;br /&gt;
(!The observed standard deviation)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Why is a t distribution used in many tests of a mean?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The population standard deviation is unknown and estimated)&lt;br /&gt;
(!The sample contains only categories)&lt;br /&gt;
(!The null hypothesis must always be zero)&lt;br /&gt;
(!The p-value must be larger than alpha)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a non-significant result justify?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Failing to reject the null hypothesis)&lt;br /&gt;
(!Proving the null hypothesis is true)&lt;br /&gt;
(!Proving there is no meaningful effect)&lt;br /&gt;
(!Ignoring the study assumptions)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Why should effect size be reported with statistical significance?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(It describes the magnitude of the estimated effect)&lt;br /&gt;
(!It makes every result statistically significant)&lt;br /&gt;
(!It replaces the need for data)&lt;br /&gt;
(!It guarantees a causal conclusion)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What can happen when many hypotheses are tested without adjustment?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The chance of false positive findings can increase)&lt;br /&gt;
(!Every p-value becomes exactly zero)&lt;br /&gt;
(!The sample size automatically decreases)&lt;br /&gt;
(!Type II errors become impossible)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Null hypothesis || Baseline population claim evaluated by the test&lt;br /&gt;
|-&lt;br /&gt;
| P-value || Tail probability for results at least as extreme under the baseline model&lt;br /&gt;
|-&lt;br /&gt;
| Significance level || Preselected threshold used for a rejection decision&lt;br /&gt;
|-&lt;br /&gt;
| Type I error || Rejection of a baseline claim that is actually true&lt;br /&gt;
|-&lt;br /&gt;
| Statistical power || Probability of detecting a specified real effect&lt;br /&gt;
|-&lt;br /&gt;
| Effect size || Numerical measure of the magnitude of a difference or relationship&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Null hypothesis&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Baseline population claim&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Alternative hypothesis&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Competing research claim&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Test statistic&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Standardized distance from the null value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;P-value&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Tail probability under the null model&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Statistical power&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Probability of detecting a specified true effect&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Pvalue || Which quantity measures tail evidence against the null model?&lt;br /&gt;
|-&lt;br /&gt;
| Alpha || Which word names the chosen significance threshold?&lt;br /&gt;
|-&lt;br /&gt;
| Power || Which quantity equals one minus the Type II error probability?&lt;br /&gt;
|-&lt;br /&gt;
| Statistic || What standardized quantity is compared with a reference distribution?&lt;br /&gt;
|-&lt;br /&gt;
| Sampling || What process produces sample-to-sample variation?&lt;br /&gt;
|-&lt;br /&gt;
| Inference || What branch of statistical reasoning draws conclusions about populations from samples?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Hypothesis+Testing &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
A hypothesis test begins with a baseline claim called the { null hypothesis }. The competing claim is the { alternative hypothesis }. A standardized measure of departure from the baseline is the { test statistic }. The probability of results at least as extreme under the baseline model is the { p-value }. The preselected decision threshold is the { significance level }. Rejecting a true baseline claim is a { Type I error }. Failing to reject a false baseline claim is a { Type II error }. The probability of detecting a specified real effect is statistical { power }. A numerical description of the magnitude of a difference is an { effect size }. A non-significant result means you should { fail to reject } the baseline claim rather than declare it proven.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Hypothesis Statements|Hypothesis Statements]]: Choose a school-related question and write a null hypothesis and a matching two-sided alternative hypothesis using a clearly defined population parameter.&lt;br /&gt;
# [[English:P-Value Explanation|P-Value Explanation]]: Create a 90-second audio or video explanation of a p-value for a learner who knows basic probability but has not studied inferential statistics.&lt;br /&gt;
# [[English:Error Scenarios|Error Scenarios]]: Draw a two-by-two diagram that explains Type I and Type II errors through a real decision such as a medical screening, quality check, or school policy trial.&lt;br /&gt;
# [[English:Media Critique|Media Critique]]: Find a news or social-media claim that uses the word significant and write a short paragraph explaining whether it appears to mean statistical significance, practical importance, or ordinary importance.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Coin Experiment|Coin Experiment]]: Toss a coin at least 60 times, test the claim that the probability of heads is one half using an appropriate method, and report the result with a graph and interpretation.&lt;br /&gt;
# [[English:Survey Design|Survey Design]]: Design a short anonymous survey with one proportion you could test, explain how you would sample participants, and identify at least two possible sources of bias.&lt;br /&gt;
# [[English:Confidence Interval Connection|Confidence Interval Connection]]: Use a dataset or simulation to calculate a two-sided hypothesis test and a matching confidence interval, then explain how the two results tell a consistent story.&lt;br /&gt;
# [[English:Power Simulation|Power Simulation]]: Use a spreadsheet, calculator, or statistical program to simulate repeated tests under two sample sizes and compare how often each design detects a chosen effect.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Reproducible Analysis|Reproducible Analysis]]: Analyze an open dataset with a suitable hypothesis test, document every decision, include effect size and uncertainty, and provide enough detail for another learner to reproduce the analysis.&lt;br /&gt;
# [[English:Multiple Testing Investigation|Multiple Testing Investigation]]: Simulate many null hypotheses and estimate how often at least one false positive appears when no correction is used, then compare the result with a correction method.&lt;br /&gt;
# [[English:Experimental Study Proposal|Experimental Study Proposal]]: Design a controlled experiment, identify the response and explanatory variables, pre-specify hypotheses, choose alpha, discuss power, and describe how randomization would support causal inference.&lt;br /&gt;
# [[English:Research Interview|Research Interview]]: Interview a researcher, data analyst, or laboratory professional about how hypothesis tests are used in practice, then produce a written or video report comparing professional practice with the methods in this course.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Choosing a Test|Choosing a Test]]: Given three research scenarios with different data types and study designs, choose a suitable hypothesis test for each and justify your choice using the parameter, assumptions, and sampling structure.&lt;br /&gt;
# [[English:Interpreting Evidence|Interpreting Evidence]]: Compare results with p-values 0.049 and 0.051 and explain why they should not be treated as fundamentally different levels of scientific evidence.&lt;br /&gt;
# [[English:Error Trade-Offs|Error Trade-Offs]]: For a safety-critical quality-control problem, explain the consequences of Type I and Type II errors and recommend a significance level with a reasoned justification.&lt;br /&gt;
# [[English:Study Critique|Study Critique]]: Evaluate a short study report for sampling bias, model assumptions, multiple testing, effect size reporting, and whether the causal language is justified.&lt;br /&gt;
# [[English:Power and Sample Size|Power and Sample Size]]: Explain how increasing sample size can change power and p-values while leaving the true effect size unchanged, and describe why a larger study is not automatically less biased.&lt;br /&gt;
# [[English:Transfer to New Context|Transfer to New Context]]: Construct a complete hypothesis-testing plan for a new real-world question, including hypotheses, test choice, assumptions, test statistic, decision rule, effect-size measure, and communication strategy.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Knowledge:&amp;#039;&amp;#039;&amp;#039; You can define null and alternative hypotheses, significance level, test statistic, p-value, Type I and Type II errors, statistical power, effect size, sampling distribution, and confidence interval, and you can explain how these concepts connect.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Skills:&amp;#039;&amp;#039;&amp;#039; You can translate a research question into statistical hypotheses, choose and carry out an appropriate test, check assumptions, calculate or obtain a p-value, interpret results in context, and distinguish statistical from practical importance.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Products:&amp;#039;&amp;#039;&amp;#039; Strong evidence may include a reproducible data analysis, a simulation of sampling or power, a well-designed survey or experiment proposal, a visual explanation of errors, and a clear written statistical report.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Reasoning:&amp;#039;&amp;#039;&amp;#039; You can explain why a small p-value counts as evidence against a null model without treating it as the probability that the null hypothesis is true. You can also explain why failing to reject is not the same as proving no effect.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Transfer:&amp;#039;&amp;#039;&amp;#039; You can apply hypothesis-testing ideas to unfamiliar contexts, critique statistical claims in media and research, and choose methods according to data type, design, assumptions, and the real consequences of decision errors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Statistical_hypothesis_test &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The linked Wikipedia article provides a broad reference on the logic, history, methods, and interpretation of statistical hypothesis testing. Use it to extend this course and compare terminology across different statistical traditions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
Hypothesis testing connects probability models with decisions based on data. The essential links are population parameters, sampling distributions, standard errors, null and alternative hypotheses, test statistics, p-values, significance levels, confidence intervals, error rates, power, effect sizes, study design, and reproducible reporting.&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Hypothesis Testing|Hypothesis Testing]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Statistics|Statistics]]&lt;br /&gt;
# [[English:Probability|Probability]]&lt;br /&gt;
# [[English:Sampling distribution|Sampling distribution]]&lt;br /&gt;
# [[English:Null hypothesis|Null hypothesis]]&lt;br /&gt;
# [[English:Alternative hypothesis|Alternative hypothesis]]&lt;br /&gt;
# [[English:P-value|P-value]]&lt;br /&gt;
# [[English:Statistical significance|Statistical significance]]&lt;br /&gt;
# [[English:Type I and type II errors|Type I and type II errors]]&lt;br /&gt;
# [[English:Statistical power|Statistical power]]&lt;br /&gt;
# [[English:Effect size|Effect size]]&lt;br /&gt;
# [[English:Student&amp;#039;s t-test|Student&amp;#039;s t-test]]&lt;br /&gt;
# [[English:Chi-squared test|Chi-squared test]]&lt;br /&gt;
# [[English:Confidence interval|Confidence interval]]&lt;br /&gt;
# [[English:Experimental design|Experimental design]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Hypothesis Testing]]&lt;br /&gt;
[[Category:Statistics]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Probability]]&lt;br /&gt;
[[Category:Data Science]]&lt;br /&gt;
[[Category:Grades 11-13]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Hypothesis Testing]]&lt;br /&gt;
[[Category:Statistics]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Probability]]&lt;br /&gt;
[[Category:Data Science]]&lt;br /&gt;
[[Category:Grades 11-13]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>