Tagged Questions
3
votes
1answer
299 views
Linear regression and assets direction prediction
I have the following asset returns Y and the predictions for the same periods Y':
Y = { 10, 200, -1000, -1, -7 }
Y' = { 1, 2, -3, -4, -5 }
The OLR R-squared for ...