R/pCBB7.R

"pCBB7" <-
function(theta,delta,s,t)
{n<-min(length(s),length(t));
	pc<-pcopula1(theta,delta,psiKS,phiBB7,ivpsiKS,ivphiBB7,s,t);
	for(i in 1:n){if(pc[i]=="NA"|pc[i]=="NaN"){pc[i]<-0}};
	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.