Class FrechetDistribution

    • Constructor Detail

      • FrechetDistribution

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

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