<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://augenbit.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.173.117.195</id>
	<title>Augenbit - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://augenbit.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.173.117.195"/>
	<link rel="alternate" type="text/html" href="https://augenbit.de/wiki/index.php?title=Spezial:Beitr%C3%A4ge/84.173.117.195"/>
	<updated>2026-04-14T19:01:12Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://augenbit.de/wiki/index.php?title=Lineare_Regression&amp;diff=2266</id>
		<title>Lineare Regression</title>
		<link rel="alternate" type="text/html" href="https://augenbit.de/wiki/index.php?title=Lineare_Regression&amp;diff=2266"/>
		<updated>2007-03-09T12:12:31Z</updated>

		<summary type="html">&lt;p&gt;84.173.117.195: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ein Beispiel für lineare Regression mit Maple:&lt;br /&gt;
&amp;gt; restart;&lt;br /&gt;
&amp;gt; with(stats):&lt;br /&gt;
&amp;gt; with(stats[statplots]):&lt;br /&gt;
&amp;gt; with(plots):&lt;br /&gt;
&amp;gt; x_values:=[30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52];&lt;br /&gt;
&amp;gt; y_values:=[60, 63, 59, 70, 79, 81, 83, 90, 95, 95, 99, 105];&lt;br /&gt;
&amp;gt; linear_regression:=fit[leastsquare[[x, y], y = a*x + b, {a, b}]]([x_values, y_values]);&lt;br /&gt;
linear_regression := y = 1231/572*x-2854/429&lt;br /&gt;
&lt;br /&gt;
{{Vorlage:BrailleMaple}}&lt;/div&gt;</summary>
		<author><name>84.173.117.195</name></author>
	</entry>
</feed>