R/MVTMLEsymm1wrap.R

MVTMLEsymm1 <- function(X, nu = 1, eps = 1e-06, maxiter = 100)
    {
    .Call( "cMVTMLEsymm1", 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.