V
- the type of the scalars (elements of the field on which the standard deviation will be based)public class IterableStd<V> extends ScalarSupport<V> implements IterableOperation<V>
For the definition of the standard deviation, have a look at wikipedia.
Constructor and Description |
---|
IterableStd(ExtendedField<V> field) |
Modifier and Type | Method and Description |
---|---|
V |
apply(java.lang.Iterable<V> values)
Has to implement the conversion logic to convert the given object into an object of type R.
|
absoluteValueOf, calculate, countOf, field, inverseOf, negativeOf, one, squareOf, squareRootOf, testIf, two, zero
public IterableStd(ExtendedField<V> field)
public V apply(java.lang.Iterable<V> values)
Conversion