Class GumbelDistribution

    • Constructor Detail

      • GumbelDistribution

        public GumbelDistribution()
        Create an instance with the default parameter values: location \(\mu=0\), scale \(\sigma=1\).
      • GumbelDistribution

        public GumbelDistribution​(double location,
                                  double scale)
        Create an instance with the given parameter values.
        Parameters:
        location - the location parameter \(\mu\)
        scale - the scale parameter \(\sigma\)