powered by
Test function for the qn used in DetR.
inQn(x)
Vector of 2 or more numbers. Should contain no ties.
the value of the qn estimator of scale.
see pcaPP::qn and citation("pcaPP").
pcaPP::qn
# NOT RUN { set.seed(123) #for reproductibility x<-rnorm(101) inQn(x) #should be the same: pcaPP::qn(x) # }
Run the code above in your browser using DataLab