R/USER_dmvST.R

Defines functions dmvST

Documented in dmvST

#######################################################################################
#######################################################################################
dmvST = function(x,mu=rep(0,length(lambda)),Sigma=diag(length(lambda)),lambda,nu){
  return(dmvEST(x,mu,Sigma,lambda,tau=0,nu))
}

Try the MomTrunc package in your browser

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

MomTrunc documentation built on June 16, 2022, 1:06 a.m.