R/dkernel.R

dkernel <-
function(x,y,rho){   
	dxy=mdist(x,y)
	out=exp(-dxy^2/rho)
	return(out)
}

Try the KMDA package in your browser

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

KMDA documentation built on May 2, 2019, 3:59 p.m.