R/control.R

Defines functions MVT.control

Documented in MVT.control

## ID: control.R, last updated 2021-03-05, F.Osorio

MVT.control <-
function(maxiter = 2000, tolerance = 1e-6, fix.shape = FALSE)
{ ## control parameters for EM algorithm
  list(maxiter = maxiter, tolerance = tolerance, fix.shape = fix.shape)
}

Try the MVT package in your browser

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

MVT documentation built on Feb. 16, 2023, 8:29 p.m.