Class NormalDistribution

    • Constructor Detail

      • NormalDistribution

        public NormalDistribution​(double mean,
                                  double std)
        Create a normal distribution with the given mean and std
        Parameters:
        mean - the mean
        std - the standard deviation
    • Method Detail

      • getMean

        public double getMean()
      • setMean

        public void setMean​(double mean)
      • getStd

        public double getStd()
      • setStd

        public void setStd​(double std)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object