R/kern.R

Defines functions kern

Documented in kern

kern <-
function(x0,h,freq) {

vec_fin=exp(-diag(t((t(freq) - x0))%*%(t(freq) - x0))/h^2)    
list(v=vec_fin)

}

Try the coloredICA package in your browser

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

coloredICA documentation built on May 1, 2019, 10:55 p.m.