Skip to content

Commit 3c0ef8d

Browse files
minor edit
1 parent ec07564 commit 3c0ef8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

selectiveInference/R/funs.fixed.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,8 @@ fixedLasso.poly=
264264

265265
##############################
266266

267-
### Functions borrowed and slightly modified from lasso_inference.R
268-
269267
## Approximates inverse covariance matrix theta
268+
## using coordinate descent
270269

271270
debiasingMatrix = function(Sigma,
272271
nsample,
@@ -333,6 +332,8 @@ debiasingMatrix = function(Sigma,
333332
return(M)
334333
}
335334

335+
# Find one row of the debiasing matrix
336+
336337
debiasingRow = function (Sigma,
337338
row,
338339
mu,

0 commit comments

Comments
 (0)