R/inner.prod.max.R

Defines functions inner.prod.max

Documented in inner.prod.max

inner.prod.max <-
function(x) {
ipi <- inner.prod.iter(x)
return(med(which(abs(ipi) == max(abs(ipi)))))
}

Try the unbalhaar package in your browser

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

unbalhaar documentation built on April 19, 2022, 5:05 p.m.