We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec07564 commit 3c0ef8dCopy full SHA for 3c0ef8d
selectiveInference/R/funs.fixed.R
@@ -264,9 +264,8 @@ fixedLasso.poly=
264
265
##############################
266
267
-### Functions borrowed and slightly modified from lasso_inference.R
268
-
269
## Approximates inverse covariance matrix theta
+## using coordinate descent
270
271
debiasingMatrix = function(Sigma,
272
nsample,
@@ -333,6 +332,8 @@ debiasingMatrix = function(Sigma,
333
332
return(M)
334
}
335
+# Find one row of the debiasing matrix
336
+
337
debiasingRow = function (Sigma,
338
row,
339
mu,
0 commit comments