R/USER_dmvSN.R

Defines functions dmvSN

Documented in dmvSN

#######################################################################################
#######################################################################################
dmvSN = function(x,mu=rep(0,length(lambda)),Sigma=diag(length(lambda)),lambda){
  return(dmvESN(x,mu,Sigma,lambda,tau=0))
}

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.