V
- the type of the elements of the field on which the operations are based.public class IterableOperationRepository<V>
extends java.lang.Object
Constructor and Description |
---|
IterableOperationRepository(ExtendedField<V> field) |
Modifier and Type | Method and Description |
---|---|
IterableAverage<V> |
average() |
IterableRms<V> |
rms() |
IterableSize<V> |
size() |
IterableStd<V> |
std() |
IterableSum<V> |
sum() |
IterableSumOfSquares<V> |
sumOfSquares() |
IterableVar<V> |
var() |
public IterableOperationRepository(ExtendedField<V> field)
public IterableAverage<V> average()
public IterableSize<V> size()
public IterableSum<V> sum()
public IterableRms<V> rms()
public IterableSumOfSquares<V> sumOfSquares()
public IterableVar<V> var()
public IterableStd<V> std()