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

Class Gumbel



  • public class Gumbel
    extends GenericDistribution
    Gumbel distribution. It is a special case of Extreme Value Distribution with shape == 0. Taken from EVD package of R
    • Constructor Detail

      • Gumbel

        public Gumbel(double loc,
                      double scale)
    • Method Detail

      • density

        public static final double density(double x,
                                           double loc,
                                           double scale,
                                           boolean log)
      • cumulative

        public static final double cumulative(double q,
                                              double loc,
                                              double scale,
                                              boolean lower_tail)
      • quantile

        public static final double quantile(double p,
                                            double loc,
                                            double scale,
                                            boolean lower_tail)
      • random

        public static final double random(double loc,
                                          double scale,
                                          RandomEngine random)
      • random

        public static final double[] random(int n,
                                            double loc,
                                            double scale,
                                            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.