Linear Regression with multiple variables
Linear Regression with multiple variables: The multiple linear regression explains the relationship between one continuous dependent variable ( y ) and two or more independent variables ( x 1, x 2, x 3… etc) . Note that it says CONTINUOUS dependant variable. Since y is the sum of beta , beta 1 x 1, beta 2 x 2 etc , the resulting y will be a number, a continuous variable, instead of a “yes”, “no” answer (categorical). For example, with linear regression, I would be trying to find out how much Decibels of noise is being produced, and not if it’s noisy or not (Noisy | Not).