Documentation of 'jdistlib.Ansari' Java class
Ansari
jdistlib

Class Ansari

    • Constructor Detail

      • Ansari

        public Ansari(int m,
                      int n)
    • Method Detail

      • density

        public static final double[] density(int[] x,
                                             int m,
                                             int n)
      • density

        public static final double density(int x,
                                           int m,
                                           int n)
      • cumulative

        public static final double[] cumulative(int[] x,
                                                int m,
                                                int n)
      • cumulative

        public static final double cumulative(int x,
                                              int m,
                                              int n,
                                              boolean lower_tail)
      • cumulative

        public static final double[] cumulative(int[] x,
                                                int m,
                                                int n,
                                                boolean lower_tail)
      • cumulative

        public static final double cumulative(int x,
                                              int m,
                                              int n)
      • cumulative

        public static final double cumulative(int x,
                                              int m,
                                              int n,
                                              double[][][] w)
      • cumulative

        public static final double cumulative(int x,
                                              int m,
                                              int n,
                                              double[][][] w,
                                              boolean lower_tail)
      • quantile

        public static final int[] quantile(double[] x,
                                           int m,
                                           int n)
      • quantile

        public static final int[] quantile(double[] x,
                                           int m,
                                           int n,
                                           double[][][] w)
      • quantile

        public static final int quantile(double x,
                                         int m,
                                         int n)
      • quantile

        public static final int quantile(double xi,
                                         int m,
                                         int n,
                                         double[][][] w)
      • random

        public static final double random(int m,
                                          int n,
                                          RandomEngine random)
        Ansari RNG by inversion -- WARNING: Untested
        Parameters:
        m -
        n -
        random -
        Returns:
        random variate of Ansari
      • random

        public static final double random(int m,
                                          int n,
                                          double[][][] w,
                                          RandomEngine random)
      • random

        public static final double[] random(int count,
                                            int m,
                                            int n,
                                            RandomEngine random)
      • random

        public static final double[] random(int count,
                                            int m,
                                            int n,
                                            double[][][] w,
                                            RandomEngine random)
      • 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.