Class InverseTransformParetoSampler

    • Constructor Detail

      • InverseTransformParetoSampler

        public InverseTransformParetoSampler​(org.apache.commons.rng.UniformRandomProvider rng,
                                             double scale,
                                             double shape)
        Create an instance.
        Parameters:
        rng - Generator of uniformly distributed random numbers.
        scale - Scale of the distribution.
        shape - Shape of the distribution.
        Throws:
        IllegalArgumentException - if scale <= 0 or shape <= 0