This is the complete list of members for juce::StatisticsAccumulator< FloatType >, including all inherited members.
| addValue(FloatType v) noexcept | juce::StatisticsAccumulator< FloatType > | inline |
| count | juce::StatisticsAccumulator< FloatType > | private |
| getAverage() const noexcept | juce::StatisticsAccumulator< FloatType > | inline |
| getCount() const noexcept | juce::StatisticsAccumulator< FloatType > | inline |
| getMaxValue() const noexcept | juce::StatisticsAccumulator< FloatType > | inline |
| getMinValue() const noexcept | juce::StatisticsAccumulator< FloatType > | inline |
| getStandardDeviation() const noexcept | juce::StatisticsAccumulator< FloatType > | inline |
| getVariance() const noexcept | juce::StatisticsAccumulator< FloatType > | inline |
| maximum | juce::StatisticsAccumulator< FloatType > | private |
| minimum | juce::StatisticsAccumulator< FloatType > | private |
| reset() noexcept | juce::StatisticsAccumulator< FloatType > | inline |
| StatisticsAccumulator()=default | juce::StatisticsAccumulator< FloatType > | |
| sum | juce::StatisticsAccumulator< FloatType > | private |
| sumSquares | juce::StatisticsAccumulator< FloatType > | private |