Regression Analysis
What is Regression Analysis? Regression Analysis is a set of statistical processes to estimate the relationship between a dependent variable and one or more independent variables. One of the regression analysis types is Linear regression. Linear regression simply assumes that there is a linear relationship between the dependent and the independent variable(s). The following is a general formula for Linear Regression. Y i = f(X i , β ) + e i Y = Dependent Variable X = Independent Variable e = Error term β = Parameters i = 1,2,....n e is an important term here. e accounts for the unexplainable variations by the model. If the error term e is greater than β terms, then our model is not a good one. We need to search for other independent variables that will help better explain our dependent variable. R-Square value is another important thing we have to look out for. It provides percentage variability explained by the independent variables. The lower this value,...