R/utils.R

Defines functions control

Documented in control

control <- function(iter.out = 1e04, iter.in = 1e03,
                    tol.out = 1e-04, tol.in = 1e-03)
{
  list(iter.out = iter.out, iter.in = iter.in,
       tol.out = tol.out, tol.in = tol.in)
}

Try the covglasso package in your browser

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

covglasso documentation built on July 14, 2021, 5:11 p.m.