msma-internal: Internal functions

msma_OneCompR Documentation

Internal functions

Description

These are internal functions for msma

Usage

msma_OneComp(
  X,
  Y,
  Z = NULL,
  lambdaX = NULL,
  lambdaY = NULL,
  lambdaXsup = NULL,
  lambdaYsup = NULL,
  eta = 1,
  type = "lasso",
  inX = NULL,
  inY = NULL,
  inXsup = NULL,
  inYsup = NULL,
  muX = 0,
  muY = 0,
  dmode = "PLS",
  verbose = FALSE,
  intseed = 1,
  ceps = 1e-04
)

normvec(a)

sparse(x, lam, eta = 1, type = "lasso", inidx = NULL)

cand4lambda(x, len)

searchseq(orgseq, opt)

project(x, y)

matserr(X1, X2)

ginv(X, tol = sqrt(.Machine$double.eps))

rmnorm(
  n,
  mean = rep(0, nrow(sigma)),
  sigma = diag(length(mean)),
  method = c("eigen", "svd", "chol"),
  pre0.9_9994 = FALSE,
  checkSymmetry = TRUE
)

Details

These are not intended for use by users.


msma documentation built on Aug. 25, 2023, 9:07 a.m.