In linear regression, if ‘X’ is the year (Year 1, 2, 3… and so on), how would you calculate future claims? Future claims = (Slope + Intercept)/X Future claims = (Intercept + Slope) * X Future claims = X + Slope + Intercept Future claims = Slope + Intercept * X Future claims = Intercept + Slope * X
In linear regression, if ‘X’ is the year (Year 1, 2, 3… and so on), how would you calculate future claims?
Future claims = (Slope + Intercept)/X
Future claims = (Intercept + Slope) * X
Future claims = X + Slope + Intercept
Future claims = Slope + Intercept * X
Future claims = Intercept + Slope * X