Skip to content
Prev 33472 / 398506 Next

outlier

On Tue, 17 Jun 2003, kan Liu wrote:

            
Yes. That's the whole point of robust methods: compensate rather than 
reject.
If you are interested in correlation coefficients, use cov.rob. However,
this is predicted vs actual, and you probably do want to penalize bad
predictions, not reject them.  It's up to you to choose a suitable loss
function for your application.  In particular, if the predicted values
were always 1e-45 times the actual values minus 1e310, the correlation
would be one and the predictions would be derisory.