powered by
Pseudo Stahel Donoho Outlyingness based estimates of PCA.
FHCSpsdo(z0,h=NULL,seed=1,q=NULL,ndir=1000)
Either a data matrix or the result of a call to FHCSkernelEVD.
FHCSkernelEVD
Number of observation used to compute the univairate outlyingness. Defaults to [(n+q+1)/2]+1.
[(n+q+1)/2]+1
Seed used to initialize the RNG. Defaults to 1.
Number of components. Defaults to ncol(z0).
ncol(z0)
Number of projection used to compute the PP outlyngness.
A list with components:
Outlyingness index of the data on the raw q-dimensonal subset that initialized H*.
the indexes of the members of the H+, the FastHSC subset after the C-steps.
the p-vector of column means of the observations with indexes in best.
best
the (rank q) loadings matrix of the observations with indexes in best.
the first min(q) eigenvalues of the observations with indexes in best.
min(q)
Rousseeuw, P. J. (1984), Least Median of Squares Regression, Journal of the American Statistical Association,79,871--880.
# NOT RUN { n<-50 p<-10 x<-matrix(rnorm(n*p),nc=p) FHCSpsdo(x) # }
Run the code above in your browser using DataLab