Class StableSampler.TransformedStableSampler

    • Field Detail

      • sampler

        private final StableSampler sampler
        Underlying normalized stable sampler.
      • gamma

        private final double gamma
        The scale parameter.
      • delta

        private final double delta
        The location parameter.
    • Constructor Detail

      • TransformedStableSampler

        TransformedStableSampler​(StableSampler sampler,
                                 double gamma,
                                 double delta)
        Parameters:
        sampler - Normalized stable sampler.
        gamma - Scale parameter. Must be strictly positive.
        delta - Location parameter.