Correct option is B
Sol.
In the linear regression equation Y=a+bXY = a + bXY=a+bX:
- aaa is the intercept, representing the value of YYY when X=0X = 0X=0.
- bbb is the regression coefficient, also known as the slope of the line. It measures the change in the dependent variable YYY for a one-unit change in the independent variable XXX.
- bbb indicates the strength and direction of the relationship between XXX and YYY. If bbb is positive, the relationship is direct; if negative, it is inverse.
The regression coefficient bbb is calculated as:
b=Covariance(X, Y)Variance(X)b = \frac{\text{Covariance(X, Y)}}{\text{Variance(X)}}b=

It shows how XXX influences YYY, playing a central role in predictive analytics.
Information Booster:
- The regression line minimizes the sum of squared errors (least squares method).
- The slope bbb provides insight into the magnitude and direction of influence.
- Regression assumptions include linearity, independence, homoscedasticity, and normal distribution of residuals.
- Applications include trend prediction, forecasting, and finding relationships in data.
Additional Information:
- Option 1 (Y intercept on X): Incorrect; the intercept aaa refers to YYY, not XXX.
- Option 2 (Regression coefficient): Correct; bbb measures the effect of XXX on YYY.
- Option 3 (X intercept on Y): Incorrect; the X-intercept is not directly part of the regression equation.
- Option 4 (Constant): Incorrect; aaa is the constant, not bbb.