Interface ConstantDistribution

  • All Superinterfaces:
    Distribution

    public interface ConstantDistribution
    extends Distribution
    This class is aimed for the representation of a constant distribution.

    In this case a trial performed on this variable always returns the same constant value (may be integer or floating point)
    • Method Detail

      • getConstant

        double getConstant()