Fast Wild Cluster Bootstrap Inference for Regression Models / OLS in R. Additionally, R port to WildBootTests.jl via the JuliaConnectoR.
GNU General Public License v3.0
24
stars
4
forks
source link
HC2 & HC3 optimization #113
Closed
s3alfisc closed 1 year ago
Compute $H_{ii} = diag(X \times (X'X)^{-1} \times X$) as
rowSums(X * (X \times ( (X'X)^{-1}))
. Significantly faster for larger problems.