answersLogoWhite

0


Best Answer

Linear Regression is a method to generate a "Line of Best fit" yes you can use it, but it depends on the data as to accuracy, standard deviation, etc.

there are other types of regression like polynomial regression.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is the line of best fit the same as linear regression?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Statistics

How does a linear regression allow us to better estimate trends costs and other factors in complex situations?

You question is how linear regression improves estimates of trends. Generally trends are used to estimate future costs, but they may also be used to compare one product to another. I think first you must define what linear regression is, and what the alternative forecast methods exists. Linear regression does not necessary lead to improved estimates, but it has advantages over other estimation procesures. Linear regression is a mathematical procedure that calculates a "best fit" line through the data. It is called a best fit line because the parameters of the line will minimizes the sum of the squared errors (SSE). The error is the difference between the calculated dependent variable value (usually y values) and actual their value. One can spot data trends and simply draw a line through them, and consider this a good fit of the data. If you are interested in forecasting, there are many methods available. One can use more complex forecasting methods, including time series analysis (ARIMA methods, weighted linear regression, or multivariant regression or stochastic modeling for forecasting. The advantages to linear regression are that a) it will provide a single slope or trend, b) the fit of the data should be unbiased, c) the fit minimizes error and d) it will be consistent. If in your example, the errors from regression from fitting the cost data can be considered random deviations from the trend, then the fitted line will be unbiased. Linear regression is consistent because anyone who calculates the trend from the same dataset will have the same value. Linear regression will be precise but that does not mean that they will be accurate. I hope this answers your question. If not, perhaps you can ask an additional question with more specifics.


How do you plot linear regression 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!


How do you plot regression 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!


What is residual in linear regression model?

You have a set of data points (x1,y1), (x2,y2), ..., (xn,yn), and you have assumed a line model, y = mx + b + e, where e is random error.You have fit the regression model to obtain estimates of the slope, m, and the intercept, b. Let me call them m and b.Now you can calculate yi - mxi - b for i = 1, 2, ... n. Notice that, for each i, this is an estimate of the error in yi. It's called the residual because it's what's 'left over' in yi after removing the part 'explained' by the regression.Another way of understanding this is to take a set of linearly related (x,y) pairs, graph them, calculate the regression line, plot it on the same graph and then measure the verticaldistances between the regression line and the each of the pairs. Those vertical distances are the residuals.


A trend line on a graph is always the same as the line of best fit?

No.

Related questions

How does a linear regression allow us to better estimate trends costs and other factors in complex situations?

You question is how linear regression improves estimates of trends. Generally trends are used to estimate future costs, but they may also be used to compare one product to another. I think first you must define what linear regression is, and what the alternative forecast methods exists. Linear regression does not necessary lead to improved estimates, but it has advantages over other estimation procesures. Linear regression is a mathematical procedure that calculates a "best fit" line through the data. It is called a best fit line because the parameters of the line will minimizes the sum of the squared errors (SSE). The error is the difference between the calculated dependent variable value (usually y values) and actual their value. One can spot data trends and simply draw a line through them, and consider this a good fit of the data. If you are interested in forecasting, there are many methods available. One can use more complex forecasting methods, including time series analysis (ARIMA methods, weighted linear regression, or multivariant regression or stochastic modeling for forecasting. The advantages to linear regression are that a) it will provide a single slope or trend, b) the fit of the data should be unbiased, c) the fit minimizes error and d) it will be consistent. If in your example, the errors from regression from fitting the cost data can be considered random deviations from the trend, then the fitted line will be unbiased. Linear regression is consistent because anyone who calculates the trend from the same dataset will have the same value. Linear regression will be precise but that does not mean that they will be accurate. I hope this answers your question. If not, perhaps you can ask an additional question with more specifics.


Are regression and trend line the same?

yes.


How do you plot linear regression 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!


Why you call regression line as line of fit?

It is called the line of best fit because it tends to satisfy all the possible points in consideration at the same time with minimal variation.


How do you plot regression 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!


Are A linear equation determines a line in the xy-plane?

Yes, the world "linear" and "line" have the same root.


Why is it important to look at a scatter plot prior to starting a simple linear regression?

To see if there is a linear relationship between the dependent and independent variables. The relationship may not be linear but of a higher degree polynomial, exponential, logarithmic etc. In that case the variable(s) may need to be transformed before carrying out a regression. It is also important to check that the data are homoscedastic, that is to say, the error (variance) remains the same across the values that the independent variable takes. If not, a transformation may be appropriate before starting a simple linear regression.


Distinguish between correlation and regression?

Correlation is a measure of the degree of agreement in the changes (variances) in two or more variables. In the case of two variables, if one of them increases by the same amount for a unit increase in the other, then the correlation coefficient is +1. If one of them decreases by the same amount for a unit increase in the other, then the correlation coefficient is -1. Lesser agreement results in an intermediate value. Regression involves estimating or quantifying this relationship. It is very important to remember that correlation and regression measure only the linear relationship between variables. A symmetrical relationshup, for example, y = x2 between values of x with equal magnitudes (-a < x < a), has a correlation coefficient of 0, and the regression line will be a horizontal line. Also, a relationship found using correlation or regression need not be causal.


Is there an instance when a linear equation is not a function?

Yes, a vertical line is linear, but it is not a function, because every point on the line has the same x value.


Difference between regression coefficient and correlation coefficient?

Regression coefficient measures the change in the dependent variable for a one-unit change in the independent variable, while correlation coefficient measures the strength and direction of the linear relationship between two variables. Regression coefficient is specific to the relationship between two variables in a regression model, while correlation coefficient is a general measure of association between two variables.


Does in linear graphs the slope of the line change with the x-coordinate?

No. A linear graph has the same slope anywhere.


Do linear relationships show the same slope between any two points on a line?

Depends on your definition of "linear" For someone taking basic math - algebra, trigonometry, etc - yes. Linear means "on the same line." For a statistician/econometrician? No. "Linear" has nothing to do with lines. A "linear" model means that the terms of the model are additive. The "general linear model" has a probability density as a solution set, not a line...