Closed Cindyyyhey closed 4 years ago
What does this equation mean? Is that we draw the variance-bias trade off from this equation?
I know hat means predicted values, but what does the hat matrix mean here?
I'm so confused about this. What is the sigma here? Is the Var(beta) for calculating the variance of the whole regression model, or just one predictor? Also, I don't understand the formula for SE(beta) here.
For assessing a model, why do we use RSE instead of RSS(since we always calculate RSS for a test dataset to test the model )? What is the difference between RSE and RSS?
What does the summarise(reduce variables to values) mean here?
Do we need to memorize or understand these two complicated formulas?
Why false positive rate keep decreasing and false negative keep increasing? Is this tendency for all lda models? What does the x-axis threshold mean here?
The last one!! What does the area under ROC curve mean? Which one is better, higher or lower AUC? (I think low auc is better because both false rates are low.)
Thanks a lot!!!!!!
Dear Professor @LucyMcGowan ,
I have a few questions from slides about the regression part.
What does this equation mean? Is that we draw the variance-bias trade off from this equation?
I know hat means predicted values, but what does the hat matrix mean here?
I'm so confused about this. What is the sigma here? Is the Var(beta) for calculating the variance of the whole regression model, or just one predictor? Also, I don't understand the formula for SE(beta) here.
For assessing a model, why do we use RSE instead of RSS(since we always calculate RSS for a test dataset to test the model )? What is the difference between RSE and RSS?
What does the summarise(reduce variables to values) mean here?
Do we need to memorize or understand these two complicated formulas?
Why false positive rate keep decreasing and false negative keep increasing? Is this tendency for all lda models? What does the x-axis threshold mean here?
The last one!! What does the area under ROC curve mean? Which one is better, higher or lower AUC? (I think low auc is better because both false rates are low.)
Thanks a lot!!!