what is the equation of the regression line for the given data(Age, Number of Accidents) (16, 6605), (17, 8932), (18, 8506), (19, 7349), (20, 6458), (21, 5974)
includes both positive and negative terms.
one dependent and one or more independent variables are related.
Linear regression looks at the relationship between two variables, X and Y. The regression line is the "best" line though some data you that you or someone else has collected. You want to find the best slope and the best y intercept to be able to plot the line that will allow you to predict Y given a value of X. This is usually done by minimizing the sum of the squares. Regression Equation is y = a + bx Slope(b) = (NΣXY - (ΣX)(ΣY)) / (NΣX2 - (ΣX)2) Intercept(a) = (ΣY - b(ΣX)) / N In the equation above: X and Y are the variables given as an ordered pair (X,Y) b = The slope of the regression line a = The intercept point of the regression line and the y axis. N = Number of values or elements X = First Score Y = Second Score ΣXY = Sum of the product of first and Second Scores ΣX = Sum of First Scores ΣY = Sum of Second Scores ΣX2 = Sum of square First Scores Once you find the slope and the intercept, you plot it the same way you plot any other line!
Linear regression looks at the relationship between two variables, X and Y. The regression line is the "best" line though some data you that you or someone else has collected. You want to find the best slope and the best y intercept to be able to plot the line that will allow you to predict Y given a value of X. This is usually done by minimizing the sum of the squares. Regression Equation is y = a + bx Slope(b) = (NΣXY - (ΣX)(ΣY)) / (NΣX2 - (ΣX)2) Intercept(a) = (ΣY - b(ΣX)) / N In the equation above: X and Y are the variables given as an ordered pair (X,Y) b = The slope of the regression line a = The intercept point of the regression line and the y axis. N = Number of values or elements X = First Score Y = Second Score ΣXY = Sum of the product of first and Second Scores ΣX = Sum of First Scores ΣY = Sum of Second Scores ΣX2 = Sum of square First Scores Once you find the slope and the intercept, you plot it the same way you plot any other line!
of, pertaining to, or determined by regression analysis: regression curve; regression equation. dictionary.com
If the regression is a perfect fit.
The strength of the linear relationship between the two variables in the regression equation is the correlation coefficient, r, and is always a value between -1 and 1, inclusive. The regression coefficient is the slope of the line of the regression equation.
on the lineGiven a linear regression equation of = 20 - 1.5x, where will the point (3, 15) fall with respect to the regression line?Below the line
It can look like any algebraic equation.
Yes.
once an equation for a regression is derived it can be used to predict possible future
pig benis
what is the equation of the regression line for the given data(Age, Number of Accidents) (16, 6605), (17, 8932), (18, 8506), (19, 7349), (20, 6458), (21, 5974)
includes both positive and negative terms.
slope
No. It is an estimated equation that defines the best linear relationship between two variables (or their transforms). If the two variables, x and y were the coordinates of a circle, for example, any method for calculating the regression equation would fail hopelessly.