R/correctionaprox.R

Defines functions correctionaprox

Documented in correctionaprox

correctionaprox <-function(x,matriu,s) {
	n<-nrow(matriu)
	y<-x-((s-1)/(2*n*log(2,exp(1))))
	y
}

Try the MEET package in your browser

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

MEET documentation built on May 2, 2019, 5:52 p.m.