R/miKS.R

Defines functions miKS

Documented in miKS

miKS <-
function(i,mat)
{
	ks.test(mat[i,], 'punif',0,1)$statistic
}

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.