MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

LINEAR REGRESSION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When writing regression formulae, which of the following refers to the predicted value on the dependent variable (DV)?
A
Y
B
Y (hat)
C
X
D
X (hat)
E
a
Explanation: 

Detailed explanation-1: -In linear regression, the residual refers to the difference between the predicted Y and actual Y values.

Detailed explanation-2: -The predicted value of y (” “) is sometimes referred to as the “fitted value” and is computed as y ^ i = b 0 + b 1 x i . Below, we’ll look at some of the formulas associated with this simple linear regression method. In this course, you will be responsible for computing predicted values and residuals by hand.

Detailed explanation-3: -We can use the regression line to predict values of Y given values of X. For any given value of X, we go straight up to the line, and then move horizontally to the left to find the value of Y. The predicted value of Y is called the predicted value of Y, and is denoted Y’.

Detailed explanation-4: -Therefore, the formula for calculation is Y = a + bX + E, where Y is the dependent variable, X is the independent variable, a is the intercept, b is the slope, and E is the residual. Regression is a statistical tool to predict the dependent variable with the help of one or more independent variables.

There is 1 question to complete.