Introduction to Linear Regression
Linear regression is a statistical method used for predictive analysis. It is used to predict the value of a variable based on the value of another variable. The variable you want to predict is called the dependent variable. The variable you are using to predict the other variable’s value is called the independent variable. It models the relationship between a dependent variable and one or more independent variables by fitting a linear equation to observed data.