Interface WeightedTallyInterface

    • Method Detail

      • getWeightedSampleMean

        double getWeightedSampleMean()
        Retrieve the current weighted sample mean of all observations since the initialization.
        Returns:
        double; the current weighted sample mean
      • getWeightedPopulationMean

        default double getWeightedPopulationMean()
        Retrieve the current weighted mean of all observations since the initialization.
        Returns:
        double; the current weighted mean
      • getWeightedSampleStDev

        double getWeightedSampleStDev()
        Retrieve the current weighted sample standard deviation of the observations.
        Returns:
        double; the current weighted sample standard deviation
      • getWeightedPopulationStDev

        double getWeightedPopulationStDev()
        Retrieve the current weighted standard deviation of the observations.
        Returns:
        double; the current weighted standard deviation
      • getWeightedSampleVariance

        double getWeightedSampleVariance()
        Retrieve the current weighted sample variance of the observations.
        Returns:
        double; the current weighted sample variance of the observations
      • getWeightedPopulationVariance

        double getWeightedPopulationVariance()
        Retrieve the current weighted variance of the observations.
        Returns:
        double; the current weighted variance of the observations
      • getWeightedSum

        double getWeightedSum()
        Retrieve the current weighted sum of the values of the observations.
        Returns:
        double; the current weighted sum of the values of the observations