R/normal0.R

Defines functions loglikMVN

Documented in loglikMVN

##' @export
loglikMVN <- function(yl,yu,status,mu,S,thres) {
    .Call("loglikMVN",
          yl=as.matrix(yl),
          yu=as.matrix(yu),
          status=as.integer(status),
          mu=as.matrix(mu),dmu=NULL,s=as.matrix(S),ds=NULL,
          z=NULL,su=NULL,dsu=NULL,
          threshold=as.matrix(thres),
          dthreshold=NULL, package="mets")        
}

Try the mets package in your browser

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

mets documentation built on May 2, 2019, 4:43 p.m.