Package org.flag4j.rng.distributions


package org.flag4j.rng.distributions
Statistical distributions useful for repeated random sampling.
  • Classes
    Class
    Description
    A 2D bivariate Gaussian distribution on the complex plane.
    A uniform distribution over an annulus (i.e. washer) on the complex plane.
    A rectangular uniform distribution on the complex plane.
    Distribution<T,U extends Random>
    Base class for all statistical distributions.
    A 1D real Gaussian (normal) distribution \(\mathcal{N}\left(\mu, \sigma^2\right)\).
    A 1D real uniform distribution \(\mathcal{U}(a, b)\).