R/MVTMLEsymm2wrap.R

MVTMLEsymm2 <- function(X, nu = 1, eps = 1e-06, maxiter = 100)
    {
    .Call( "cMVTMLEsymm2", X, nu, eps, maxiter, PACKAGE = "fastM")
    }

Try the fastM package in your browser

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

fastM documentation built on May 2, 2019, 4:01 a.m.