R/center.step.R

Defines functions `center.step`

`center.step` <-
function(datas,A,maxiter,eps.center)                                            
    {
     spatial.median(datas%*%t(A),init=NULL,maxiter=maxiter,eps=eps.center,print.it=FALSE) %*% solve(A)
    }

Try the ICSNP package in your browser

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

ICSNP documentation built on Sept. 18, 2023, 5:16 p.m.