Class LogNormalDistribution.LogNormalDistributionParameters

    • Constructor Detail

      • LogNormalDistributionParameters

        public LogNormalDistributionParameters​(double mean,
                                               double standardDeviation,
                                               double mu,
                                               double sigma)
    • Method Detail

      • getMean

        public double getMean()
      • getStandardDeviation

        public double getStandardDeviation()
      • getMu

        public double getMu()
      • getSigma

        public double getSigma()