Press "Enter" to skip to content

Running a Regression Analysis in T-SQL

Sebastiao Pereira performs an analysis:

Regression analysis is a statistical technique to identify relationships between a dependent variable (outcome) and one or more independent variables (features). Is it possible to do this in SQL Server without using any external tools?

Read on for the answer. I’d file this under “neat but probably not something I’d want to rely upon.”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.