<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://sqle.ru/index.php?action=history&amp;feed=atom&amp;title=Oracle_PL%2FSQL_Tutorial%2FLinear_Regression_Functions%2FIntroduction</id>
		<title>Oracle PL/SQL Tutorial/Linear Regression Functions/Introduction - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://sqle.ru/index.php?action=history&amp;feed=atom&amp;title=Oracle_PL%2FSQL_Tutorial%2FLinear_Regression_Functions%2FIntroduction"/>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Linear_Regression_Functions/Introduction&amp;action=history"/>
		<updated>2026-04-06T13:50:29Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Linear_Regression_Functions/Introduction&amp;diff=3460&amp;oldid=prev</id>
		<title> в 13:45, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Linear_Regression_Functions/Introduction&amp;diff=3460&amp;oldid=prev"/>
				<updated>2010-05-26T13:45:46Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 13:45, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Linear_Regression_Functions/Introduction&amp;diff=3461&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Linear_Regression_Functions/Introduction&amp;diff=3461&amp;oldid=prev"/>
				<updated>2010-05-26T10:06:28Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Using the Linear Regression Functions==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Linear regression functions fit an ordinary-least-squares regression line to a set of number pairs.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;You can use the linear regression functions as aggregate, windowing, or reporting functions.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The following table shows the linear regression functions.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In the function syntax, y is interpreted by the functions as a variable that depends on x.&amp;lt;/p&amp;gt;&lt;br /&gt;
Function&lt;br /&gt;
Description&lt;br /&gt;
REGR_AVGX(y, x)&lt;br /&gt;
Returns the average of x after eliminating x and y pairs where either x or y is null.&lt;br /&gt;
REGR_AVGY(y, x)&lt;br /&gt;
Returns the average of y after eliminating x and y pairs where either x or y is null.&lt;br /&gt;
REGR_COUNT(y, x)&lt;br /&gt;
Returns the number of non-null number pairs that are used to fit the regression line.&lt;br /&gt;
REGR_INTERCEPT(y, x)&lt;br /&gt;
Returns the intercept on the y-axis of the regression line.&lt;br /&gt;
REGR_R2(y, x)&lt;br /&gt;
Returns the coefficient of determination, or R-squared, of the regression line.&lt;br /&gt;
REGR_SLOPE(y, x)&lt;br /&gt;
Returns the slope of the regression line.&lt;br /&gt;
REGR_SXX(y, x)&lt;br /&gt;
Returns REG_COUNT(y, x) * VAR_POP(x).&lt;br /&gt;
REGR_SXY(y, x)&lt;br /&gt;
Returns REG_COUNT(y, x) * COVAR_POP(y, x).&lt;br /&gt;
REGR_SYY(y, x)&lt;br /&gt;
Returns REG_COUNT(y, x) * VAR_POP(y).&lt;br /&gt;
&amp;lt;p&amp;gt;Quote from:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# Paperback: 608 pages&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# Publisher: McGraw-Hill Osborne Media; 1st edition (February 20, 2004)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# Language: English&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# ISBN-10: 0072229810&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# ISBN-13: 978-0072229813&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>