Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/twas-zscore.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ We use this form for two practical reasons:
costs `O(r p)` for `V^\top w` plus `O(r)` for the weighted sum,
versus `O(p^2)` to multiply against an explicit `R`.
- When the LD sketch has `n_\text{sketch} \le p`, `R` is rank-deficient
(rank `r \le n_\text{sketch}`). Working in the `r`-dimensional
(rank `r`, with `n_\text{sketch} \ge r`). Working in the `r`-dimensional
eigenbasis represents exactly the information the sketch carries and
avoids forming a singular `p \times p` matrix.

Expand Down