Skip to content

Multiple regression is a generalization of linear regression. Instead of a single dependent variable, there are n of them. Multiple regression seeks to find the coefficients to place an (n - 1)-dimensional hyperplane through the given data points (each observation being one dependent variable value, and n independent variable values).

Notifications You must be signed in to change notification settings

Jamaliela/MultipleRegression_fromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultipleRegression_fromScratch

Multiple regression is a generalization of linear regression. Instead of a single dependent variable, there are n of them. Multiple regression seeks to find the coefficients to place an (n - 1)-dimensional hyperplane through the given data points (each observation being one dependent variable value, and n independent variable values).

About

Multiple regression is a generalization of linear regression. Instead of a single dependent variable, there are n of them. Multiple regression seeks to find the coefficients to place an (n - 1)-dimensional hyperplane through the given data points (each observation being one dependent variable value, and n independent variable values).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages