SOLUTION: Definition : In statistics, the residuals are differences between the actual values and the predicted values: ๐‘’=๐‘ฆโˆ’ลท a) Run the linear regression function for X and Y

Algebra.Com
Question 1135296: Definition : In statistics, the residuals are differences between the actual values and the predicted values:
๐‘’=๐‘ฆโˆ’ลท
a) Run the linear regression function for X and Y.
b) Find and plot the residual against the predicted value (yhat).
p1 = get_pricing('SPY', start_date = '2005-01-01',
end_date = '2010-01-01',
fields = 'price').pct_change()[1:]
p2 = get_pricing('XLF', start_date = '2005-01-01',
end_date = '2010-01-01',
fields = 'price').pct_change()[1:]
## Your code goes here

Found 2 solutions by ikleyn, its.evapatel:
Answer by ikleyn(52834)   (Show Source): You can put this solution on YOUR website!
.

Nonsense.

Not an appropriate post/problem/request for this forum.

Do not spend your time for nothing posting such requests - they make no sense.


Have a nice day / afternoon / evening / night / morning etc.



Answer by its.evapatel(3)   (Show Source): You can put this solution on YOUR website!
Nonsense.
Not an appropriate post/problem/request for this forum.
Do not spend your time for nothing posting such requests - they make no sense.

Have a nice day / afternoon / evening / night / morning etc.

RELATED QUESTIONS

8. A technique used to arrive at the regression equation by minimizing the sum of the... (answered by stanbon)
3. A technique used to arrive at the regression equation by minimizing the sum of the... (answered by richard1234)
Which of the following is not true of the standard error of the regression? a)It is... (answered by Rosseta786)
T F 1. One of the objectives of simple linear regression is to predict the value of the... (answered by stanbon)
A company recruits personnel for its sales department on the basis of special tests... (answered by stanbon)
4. A company recruits personnel for its sales department on the basis of special tests... (answered by stanbon)
4. A company recruits personnel for its sales department on the basis of special tests... (answered by Fombitz)
3. A company recruits personnel for its sales department on the basis of special tests... (answered by stanbon)
3. At a level of significance of 0.10, Can we conclude that the following 400... (answered by shishir111)