Class NumericalColumnAnalysis

    • Field Detail

      • mean

        protected double mean
      • sampleStdev

        protected double sampleStdev
      • sampleVariance

        protected double sampleVariance
      • countZero

        protected long countZero
      • countNegative

        protected long countNegative
      • countPositive

        protected long countPositive
      • countMinValue

        protected long countMinValue
      • countMaxValue

        protected long countMaxValue
      • countTotal

        protected long countTotal
      • histogramBuckets

        protected double[] histogramBuckets
      • histogramBucketCounts

        protected long[] histogramBucketCounts
      • digest

        protected com.tdunning.math.stats.TDigest digest
    • Constructor Detail

      • NumericalColumnAnalysis

        protected NumericalColumnAnalysis()
    • Method Detail

      • getMinDouble

        public abstract double getMinDouble()
      • getMaxDouble

        public abstract double getMaxDouble()