InterviewSolution
| 1. | 
                                    Explain the method of scatter diagram for fitting a line of regression and state its limitation. | 
                            
| 
                                   
Answer»  Suppose n observations of a data are (x1, y1), (x2, y2), …….. (xn, yn) based on a sample drawn from a bivariate population. From this data we have to fit the line of regression of Y on X. First of all, we will draw scatter diagram by plotting the n pairs of observations (x1, y1), (x2, y2), …….. (xn, yn). We will draw a line in such a way that it is close to almost all the points of the scatter diagram and gives the best estimate of relationship between Y and X. Such line of best fit is called the regression line of, Y on X. We can find the equation of the regression line by choosing any two points on the line. This equation is called the regression line. This method to fit the line of regression is easy and quick and does not require any computation. Limitations: 
  | 
                            |