Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, July 2, 2017

Statistics in SQL: Simple Linear Regressions

SQLServerCentral.com Articles
Statistics in SQL: Simple Linear Regressions

Although linear regressions can get complicated, most jobs involving the plotting of a trendline are easy. Simple Linear Regression is handy for the SQL Programmer in making a prediction of a linear trend and giving a figure for the level probability for the prediction, and what is more, they are easy to do with the aggregation that is built into SQL.

No comments: