R/shrinkcovmathat.default.R

Defines functions shrinkcovmathat.default

shrinkcovmathat.default <- function(x, ...) { #  nolint
  object <- list()
  object$Sigmahat <- x$Sigmahat # nolint
  object$lambdahat <- x$lambdahat
  object$Sigmasample <- x$Sigmasample # nolint
  object$centered <- x$centered
  object$Target <- x$Target # nolint
  class(object) <- "shrinkcovmathat"
  object
}

Try the ShrinkCovMat package in your browser

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

ShrinkCovMat documentation built on July 30, 2019, 9:03 a.m.