Class QuEST.Result

  • Enclosing class:
    QuEST

    public static class QuEST.Result
    extends Object
    • Field Detail

      • n

        public final double n
        sample size
      • p

        public final double p
        number of variables
      • c

        public final double c
        n=c/p
      • pzw

        public final double pzw
        number of eigenvalues that are less or equals to zero
      • tau

        public final Vector tau
        population eigenvalues in ascending order
      • t

        public final Vector t
        distinct population eigenvalues
      • pw

        public final Vector pw
        number of each distinct eigenvalues
      • K

        public final int K
        number of distinct population eigenvalues bigger than 0; the length of t
      • numint

        public final int numint
        number of intervals
      • dis_m_LF_list

        public final List<Complex>[] dis_m_LF_list
        whole m_LF_zxi_list(including the modified Stieltjes transform of endpoints)
      • nidx

        public final List<Integer> nidx
        number of unique values in dis_G_list
      • F_idx

        public final List<Integer>[] F_idx
        indices for dis_G_list which is unique
      • F

        public final List<Double>[] F
        unique dis_G_list
      • x_F

        public final List<Double>[] x_F
        transform zeta_list back from abscissa; it is same as whole_x_list; just follow the R code.
      • nquant

        public final List<Integer> nquant
        number of points we select between in F[i]
      • quant

        public final List<Double>[] quant
        point indices in F[i]; kappa index
      • bins

        public final List<Integer>[] bins
        bin allocation; the j(kappa) defined between equations 33 and 34 in paper 2016
      • estimated_lambda

        public final Vector estimated_lambda
        estimated lambda
      • lambda_Jacobian

        public final Matrix lambda_Jacobian
        lambda Jacobian