inst/doc/skat-proj.R

## ---- eval=FALSE--------------------------------------------------------------
#  CholSigma<-t(chol(SIGMA))
#  Z<-nullmodel$x
#  qr<-qr(as.matrix(solve(CholSigma,Z)))
#  rval <- list(
#      mult = function(X) {
#        base::qr.resid(qr,as.matrix(solve(CholSigma,(spG %*% X))))
#          },
#      tmult = function(X) {
#        crossprod(spG, solve(t(CholSigma), base::qr.resid(qr,X)))
#      })

Try the bigQF package in your browser

Any scripts or data that you put into this service are public.

bigQF documentation built on Nov. 23, 2021, 5:06 p.m.