R/FESN_cdf.R

Defines functions cdfFESN

cdfFESN = function(x,mu,Sigma,lambda,tau)
{
  return(pmvESN(lower = -x-mu,upper = x-mu,Sigma = Sigma,lambda = lambda,tau = tau))
}

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.