Interface StatisticSet.Builder

  • Method Details

    • sampleCount

      StatisticSet.Builder sampleCount(Double sampleCount)

      The number of samples used for the statistic set.

      Parameters:
      sampleCount - The number of samples used for the statistic set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sum

      The sum of values for the sample set.

      Parameters:
      sum - The sum of values for the sample set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minimum

      StatisticSet.Builder minimum(Double minimum)

      The minimum value of the sample set.

      Parameters:
      minimum - The minimum value of the sample set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximum

      StatisticSet.Builder maximum(Double maximum)

      The maximum value of the sample set.

      Parameters:
      maximum - The maximum value of the sample set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.