Documentation of 'jdistlib.evd.Order' Java class
Order
jdistlib.evd

Class Order



  • public class Order
    extends GenericDistribution
    Order distribution. Taken from EVD package of R
    • Method Detail

      • density

        public static final double density(double x,
                                           GenericDistribution dist,
                                           int mlen,
                                           int j,
                                           boolean largest,
                                           boolean log)
      • cumulative

        public static final double cumulative(double q,
                                              GenericDistribution dist,
                                              int mlen,
                                              int j,
                                              boolean largest,
                                              boolean lower_tail)
      • cumulative

        public static final double cumulative(double q,
                                              GenericDistribution dist,
                                              int mlen,
                                              int j,
                                              boolean largest,
                                              boolean lower_tail,
                                              boolean log_p)
      • quantile

        public static final double quantile(double q,
                                            GenericDistribution dist,
                                            int mlen,
                                            int j,
                                            boolean largest,
                                            boolean lower_tail,
                                            boolean log_p)
        Find the quantile of order statistics. WARNING: UNTESTED!!!
        Parameters:
        q -
        dist -
        mlen -
        j -
        largest -
        lower_tail -
        log_p -
        Returns:
        Quantile
      • quantile

        public double quantile(double q,
                               boolean lower_tail,
                               boolean log_p)
        Specified by:
        quantile in class GenericDistribution

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.