Class QuEST


  • public class QuEST
    extends Object
    QuEST is a function that generates sample eigenvalues from population eigenvalues.
    • Constructor Detail

      • QuEST

        public QuEST​(Vector tau,
                     int n,
                     double tol,
                     double left_tol)
        Parameters:
        tau - population eigenvalues
        n - sample size
        tol - tolerance when numbers are considered 0 if smaller than the threshold
        left_tol - tolerance when negative numbers are considered 0 if bigger than the threshold
      • QuEST

        public QuEST​(Vector tau,
                     int n)