public static final class AbstractContinuousStatistics.IntervalCounts<T extends Number & Comparable<? super T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
count |
protected T |
sum |
protected T |
sumSquares |
Constructor and Description |
---|
IntervalCounts(long count,
T sum,
T sumSquares)
Creates counts for a given interval
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getCount()
Returns the number of values within an interval
|
T |
getSum()
Returns the sum of values within an interval
|
T |
getSumSquares()
Returns the sum of the squares of the values within an interval
|
int |
hashCode() |
String |
toString() |
protected final long count
protected final T extends Number & Comparable<? super T> sum
protected final T extends Number & Comparable<? super T> sumSquares
public long getCount()
public T getSum()
public T getSumSquares()
Copyright © 2016 Actian Corporation. All rights reserved.