R/pcopula2.R

"pcopula2" <-
function(theta,delta,psi,v1,ivpsi,v2,s,t)
{if(missing(v1) | missing(v2)){v1<-1;v2<-1};
n<-min(length(s),length(t));
pc<-psi(theta,-log(KGalambos(exp(-ivpsi(theta,s)[(n+2):(2*n+1)]),exp(-ivpsi(theta,t)[(n+2):(2*n+1)]),delta)[(2+2*n):(3*n+1)]))[(n+2):(2*n+1)]
resu<-pc
}

Try the fgac package in your browser

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

fgac documentation built on May 2, 2019, 6:07 a.m.