R/MVTMLE0wrap.R

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