public abstract class AbstractSeries<K,V> extends Object implements Series<K,V>
Constructor and Description |
---|
AbstractSeries() |
Modifier and Type | Method and Description |
---|---|
Series<K,Double> |
add(Series<K,V> other) |
Integer |
count() |
Integer |
countUnique() |
Series<K,Double> |
divide(Series<K,V> other) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
identitcal(Series o) |
K |
indexMax() |
K |
indexMin() |
V |
max() |
Double |
mean() |
Double |
meanAbsoluteDeviation() |
V |
median() |
V |
min() |
Series<K,Double> |
multiply(Series<K,V> other) |
Series<K,Double> |
pow(Double exponent) |
void |
print() |
Series<K,Double> |
subtract(Series<K,V> other) |
Double |
sum() |
String |
toString() |
public Integer countUnique()
countUnique
in interface Series<K,V>
public Double meanAbsoluteDeviation()
meanAbsoluteDeviation
in interface Series<K,V>
public boolean identitcal(Series o)
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.