<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Chow-Test</id>
	<title>Chow-Test - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Chow-Test"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Chow-Test&amp;action=history"/>
	<updated>2026-05-29T21:42:48Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Chow-Test&amp;diff=217952&amp;oldid=prev</id>
		<title>imported&gt;Kmhkmh: p-Wert hat nicht dieselbe Bedeutung wie das Signifikanzniveau für einen Test, man kann die Erläuterung sicher ausbauen, aber die ursprünglichen mathematischen Begrifflichkeiten/Notation sollten erhalten bleiben</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Chow-Test&amp;diff=217952&amp;oldid=prev"/>
		<updated>2025-06-04T14:47:28Z</updated>

		<summary type="html">&lt;p&gt;p-Wert hat nicht dieselbe Bedeutung wie das Signifikanzniveau für einen Test, man kann die Erläuterung sicher ausbauen, aber die ursprünglichen mathematischen Begrifflichkeiten/Notation sollten erhalten bleiben&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Der &amp;#039;&amp;#039;&amp;#039;Chow-Test&amp;#039;&amp;#039;&amp;#039; ist ein [[statistischer Test]], mit dem sich die Koeffizienten zweier [[Lineare Regression|linearer Regressionen]] auf Gleichheit testen lassen. Der Test ist nach seinem Erfinder, dem Ökonomen [[Gregory Chow]], benannt.&lt;br /&gt;
&lt;br /&gt;
== Anwendungsgebiete ==&lt;br /&gt;
Der Chow-Test wird in der [[Ökonometrie]] verwendet, um [[Zeitreihenanalyse|Zeitreihen]] auf [[Strukturbruch|Strukturbrüche]] zu testen. Ein weiteres Anwendungsgebiet ist die Programmevaluation, hierbei werden zwei unterschiedliche Teilgruppen (Programme), wie zum Beispiel zwei Schultypen, miteinander verglichen. Im Gegensatz zur Zeitreihenanalyse lassen sich hier die beiden Teilgruppen keinen aufeinander folgenden Intervallen zuordnen, stattdessen erfolgt die Einteilung nach einem qualitativen Aspekt, wie zum Beispiel dem Schultyp.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable centered&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Strukturbruch&lt;br /&gt;
!Programmevaluation&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:450px&amp;quot; valign=&amp;quot;center&amp;quot; halign=&amp;quot;center&amp;quot; | &lt;br /&gt;
[[Datei:Chowtest4.svg|440px]]&lt;br /&gt;
|style=&amp;quot;width:450px&amp;quot; valign=&amp;quot;center&amp;quot; halign=&amp;quot;center&amp;quot;| &lt;br /&gt;
[[Datei:Chowtest8.svg|490px]]&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
Bei &amp;lt;math&amp;gt; x=1{,}7 &amp;lt;/math&amp;gt; liegt ein Strukturbruch vor, Regressionen auf den Teilintervallen &amp;lt;math&amp;gt;[0;1,7]&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;[1,7;4] &amp;lt;/math&amp;gt; liefern eine bessere Modellierung als die Regression über dem Gesamtinterval (gestrichelt)&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
Vergleich zweier Programme (rot, grün) im selben Datensatz, separate Regressionen auf den zu einem Programm gehörigen Daten liefern eine bessere Modellierung als die Regression über den gesamten Datensatz (schwarz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Vorgehen ==&lt;br /&gt;
&lt;br /&gt;
Gegeben ist ein Datensatz &amp;lt;math&amp;gt;(Y_i,X_i)&amp;lt;/math&amp;gt; mit &amp;lt;math&amp;gt;X_i=(x_{i1},\ldots,x_{ik}) &amp;lt;/math&amp;gt; für &amp;lt;math&amp;gt;i=1\ldots N&amp;lt;/math&amp;gt;, dessen Beziehung durch eine lineare Funktion mit einem [[Normalverteilung|normalverteilten]] [[Zufallsfehler|Fehler]] (&amp;lt;Math&amp;gt;\epsilon &amp;lt;/math&amp;gt;) mit [[Erwartungswert]] 0 (&amp;lt;math&amp;gt;E(\epsilon)=0 &amp;lt;/math&amp;gt;) beschrieben wird (multiple Regressionsanalyse), d.&amp;amp;nbsp;h. man hat&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;Y_{i}=c_0+c_1x_{i1}+c_2x_{i2}+\ldots+c_kx_{ik}+\epsilon_i&amp;lt;/math&amp;gt; für &amp;lt;math&amp;gt;i=1\ldots N&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Man vermutet jedoch, dass sich der Datensatz in zwei Gruppen der Größen &amp;lt;math&amp;gt;N_a&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;N_b&amp;lt;/math&amp;gt; aufteilen lässt, die durch zwei unterschiedliche lineare Funktionen besser beschrieben werden. &lt;br /&gt;
:&amp;lt;math&amp;gt;Y_{i}=a_0+a_1x_{i1}+a_2x_{i2}+\ldots+a_kx_{ik}+\epsilon_i&amp;lt;/math&amp;gt; für &amp;lt;math&amp;gt;i=1\ldots N_a&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;Y_{i}=b_0+b_1x_{i1}+b_2x_{i2}+\ldots+b_kx_{ik}+\epsilon_i&amp;lt;/math&amp;gt; für &amp;lt;math&amp;gt;i=N_a+1\ldots N_a+N_b&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hierbei ist &amp;lt;math&amp;gt;N=N_a+N_b&amp;lt;/math&amp;gt; und es wird die Hypothese &amp;lt;math&amp;gt;H_0\colon (a_0,a_1,\ldots,a_k)=(b_0,b_1,\ldots,b_k) &amp;lt;/math&amp;gt; gegen &amp;lt;math&amp;gt;H_1\colon (a_0,a_1,\ldots,a_k)\neq (b_0,b_1,\ldots,b_k) &amp;lt;/math&amp;gt; getestet. Bezeichnet man die Summe der quadrierten Residuen der Regression über den gesamten Datensatz mit &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; und über die beiden Teilgruppen mit &amp;lt;math&amp;gt;S_a&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;S_b&amp;lt;/math&amp;gt;, dann folgt die unten definierte Testgröße &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; einer [[F-Verteilung]] mit den Freiheitsgraden &amp;lt;math&amp;gt;k+1&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;N_a+N_b-2(k+1)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;T:=\frac{(S-(S_a+S_b))/(k+1)}{(S_a+S_b)/(N_a+N_b-2(k+1))}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Beispiel ==&lt;br /&gt;
Gegeben ist der folgende Datensatz, dessen Beziehung durch die lineare Funktion &amp;lt;math&amp;gt; Y=c_0+c_1X &amp;lt;/math&amp;gt; modelliert werden soll:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- align=&amp;quot;right&amp;quot;&lt;br /&gt;
||&amp;lt;math&amp;gt;X_i&amp;lt;/math&amp;gt;||0,5||1,0||1,5||2,0||2,5||3,0||3,5||4,0||4,5||5,0||5,5||6,0&lt;br /&gt;
|- align=&amp;quot;right&amp;quot;&lt;br /&gt;
||&amp;lt;math&amp;gt;Y_i&amp;lt;/math&amp;gt;||−0,043||0,435||0,149||0,252||0,571||0,555||0,678||3,119||2,715||3,671||3,928||3,962&lt;br /&gt;
|}&lt;br /&gt;
[[Datei:Chowtest1.svg|mini|hochkant=1.0|Der Datenplot legt einen Strukturbruch bei &amp;lt;math&amp;gt;x=4&amp;lt;/math&amp;gt; nahe.]]&lt;br /&gt;
Ein Datenplot lässt vermuten, dass bei &amp;lt;math&amp;gt; x=4 &amp;lt;/math&amp;gt; ein Strukturbruch vorliegt, daher teilt man den Datensatz in 2 Intervalle &amp;lt;math&amp;gt;[0{,}5; 3{,}5]&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;[4{,}0; 6{,}0]&amp;lt;/math&amp;gt; ein und führt über diesen, zusätzlich zur Regression über den gesamten Datensatz, getrennte Regressionen durch. Dann testet man, ob die beiden Teilregressionen dieselbe lineare Funktion erzeugen, also &amp;lt;math&amp;gt; H_0\colon (a_0,a_1)=(b_0,b_1) &amp;lt;/math&amp;gt; gegen &amp;lt;math&amp;gt; H_1\colon (a_0,a_1)\neq(b_0,b_1) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Regression auf dem gesamten Datensatz:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;math&amp;gt;\overline{x}=\frac{1}{12}\sum_{i=1}^{12} X_i=3{,}2500 &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;\overline{y}=\frac{1}{12}\sum_{i=1}^{12} Y_i= 1{,}6660 &amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;math&amp;gt;S_{xx}=\sum_{i=1}^{12} (X_i-\overline{x})^2=35{,}7500 &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;S_{yy}=\sum_{i=1}^{12} (Y_i-\overline{y})^2= 29{,}7661&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;math&amp;gt;S_{xy}=\sum_{i=1}^{12} (X_i-\overline{x})(Y_i-\overline{y}) = 30{,}0570 &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;S=S_{yy}-\frac{S_{xy}^2}{S_{xx}}=4{,}4955&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Regression auf &amp;lt;math&amp;gt;[0{,}5, 3{,}5]&amp;lt;/math&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;math&amp;gt;\overline{x}=\frac{1}{7}\sum_{i=1}^{7} X_i=2{,}0000 &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;\overline{y}=\frac{1}{7}\sum_{i=1}^{7} Y_i = 0{,}3710 &amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;math&amp;gt;S_{xx}=\sum_{i=1}^{7} (X_i-\overline{x})^2=7{,}0000 &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;S_{yy}=\sum_{i=1}^{7} (Y_i-\overline{y})^2 = 0{,}4070&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;math&amp;gt;S_{xy}=\sum_{i=1}^{7} (X_i-\overline{x})(Y_i-\overline{y})=1{,}4125 &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;S_a=S_{yy}-\frac{S_{xy}^2}{S_{xx}} = 0{,}1220&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
[[Datei:Chowtest2.svg|mini|hochkant=1.0|Datenplot mit Regressionsgeraden]]&lt;br /&gt;
Regression auf &amp;lt;math&amp;gt; [4{,}0, 6{,}0]&amp;lt;/math&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;math&amp;gt;\overline{x}=\frac{1}{5}\sum_{i=1}^{5} X_i=5{,}0000 &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;\overline{y}=\frac{1}{5}\sum_{i=1}^{5} Y_i= 3{,}4790 &amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;math&amp;gt;S_{xx}=\sum_{i=1}^{5} (X_i-\overline{x})^2=2{,}5000 &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;S_{yy}=\sum_{i=1}^{5} (Y_i-\overline{y})^2= 1{,}1851&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;math&amp;gt;S_{xy}=\sum_{i=1}^{5} (X_i-\overline{x})(Y_i-\overline{y})=1{,}4495 &amp;lt;/math&amp;gt; ||&amp;lt;math&amp;gt;S_b=S_{yy}-\frac{S_{xy}^2}{S_{xx}}=0{,}3446&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Berechnung der Testgröße:&lt;br /&gt;
:&amp;lt;math&amp;gt;T:=\frac{(S-(S_a+S_b))/(k+1)}{(S_a+S_b)/(N_a+N_b-2(k+1))} = 34{,}5345&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wegen &amp;lt;math&amp;gt;F_{2;8;0,95} = 4{,}459\,&amp;lt;/math&amp;gt;&amp;amp;nbsp; (Signifikanzniveau &amp;lt;math&amp;gt;\alpha = 0{,}05\,&amp;lt;/math&amp;gt;) gilt &amp;amp;nbsp;&amp;lt;math&amp;gt;T \ge F_{2; 8; 0,95}&amp;lt;/math&amp;gt;. Somit kann die [[Nullhypothese]] &amp;lt;math&amp;gt;H_0\,&amp;lt;/math&amp;gt; verworfen werden. Das heißt, die beiden Regressionsgeraden auf den Teilintervallen sind nicht identisch. Es liegt also ein Strukturbruch vor und die Teilregressionen liefern eine bessere Modellierung als die Regression über den gesamten Datensatz.&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
*Howard E. Doran: &amp;#039;&amp;#039;Applied Regression Analysis in Econometrics&amp;#039;&amp;#039;. CRC Press 1989, ISBN 0-8247-8049-3, S. 146 ({{Google Buch|BuchID=JHzik5hkrIMC|Seite=146|Linktext=Auszug|Land=}})&lt;br /&gt;
*Christopher Dougherty: &amp;#039;&amp;#039;Introduction to Econometrics&amp;#039;&amp;#039;. Oxford University Press 2007, ISBN 0-19-928096-7, S. 194 ({{Google Buch|BuchID=h0MTRO_3jYEC|Seite=194|Linktext=Auszug|Land=}})&lt;br /&gt;
*Gregory C. Chow: [https://aae.wisc.edu/aae637/handouts/chow_test_article.pdf &amp;#039;&amp;#039;Tests of Equality Between Sets of Coefficients in Two Linear Regressions&amp;#039;&amp;#039;]. Econometrica. 28(3), 1960, S. 591–605 ({{JSTOR|1910133}})&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
{{commonscat|Chow test}}&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Parametrischer Test]]&lt;br /&gt;
[[Kategorie:Regressionsdiagnostik]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Kmhkmh</name></author>
	</entry>
</feed>