Class StatisticalSummaryValues

    • Constructor Summary

      Constructors 
      Constructor Description
      StatisticalSummaryValues​(double mean, double variance, long n, double max, double min, double sum)
      Constructor.
    • Constructor Detail

      • StatisticalSummaryValues

        public StatisticalSummaryValues​(double mean,
                                        double variance,
                                        long n,
                                        double max,
                                        double min,
                                        double sum)
        Constructor.
        Parameters:
        mean - the sample mean
        variance - the sample variance
        n - the number of observations in the sample
        max - the maximum value
        min - the minimum value
        sum - the sum of the values