grf icon indicating copy to clipboard operation
grf copied to clipboard

Question about the estimated variance

Open lucatrapin opened this issue 3 years ago • 1 comments
trafficstars

Hi,

using the function predict() with the option estimate.variance=TRUE one can obtain both predictions and the corresponding variance estimates from the random forest. I was wondering how the package computes the variance but I cannot find any detail in the R documentation.

Is the infinitesimal jackknife used?

lucatrapin avatar Jul 28 '22 14:07 lucatrapin

Hi @lucatrapin, section 4 in https://arxiv.org/pdf/1610.01271.pdf describes the approach to CIs (bootstrap of little bags). A short description is in the online reference: https://grf-labs.github.io/grf/REFERENCE.html#variance-estimates

erikcs avatar Jul 28 '22 18:07 erikcs