R/psiKS.R

"psiKS" <-
function(delta,s)
{
	psiKS<-(1+s)^(-1/delta)
	resultpsiKS<-matrix(c(delta,s,psiKS),nrow=1)	
}

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.