R/NHKaux2.R

Defines functions NHKaux2

Documented in NHKaux2

NHKaux2 <-
function(ri, lambdaC, lambdaD,  posC, typeC, posD, typeD, T, typeEst)
{
	Ku<-sapply(c(1:length(posC)), FUN =NHKaux3 ,lambdaC=lambdaC, lambdaD=lambdaD,
		posC=posC, typeC=typeC,	 posD=posD, typeD=typeD, T=T,ri=ri, typeEst=typeEst)
	Kr<-sum(Ku)
	return(Kr)
}

Try the IndTestPP package in your browser

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

IndTestPP documentation built on Aug. 29, 2020, 1:06 a.m.