public final class UnaryFunctionSeries extends PrimitiveSeries
Access1D.Aggregatable<N extends Number>, Access1D.Elements, Access1D.IndexOf, Access1D.Sliceable<N extends Number>, Access1D.Visitable<N extends Number>| Constructor and Description |
|---|
UnaryFunctionSeries(PrimitiveSeries aSeries,
UnaryFunction<Double> aFunction) |
| Modifier and Type | Method and Description |
|---|---|
int |
size() |
double |
value(int index) |
add, add, copy, copy, count, differences, differences, divide, divide, doubleValue, exp, get, get, log, multiply, multiply, prune, quotients, quotients, runningProduct, runningSum, sample, subtract, subtract, toDataSeries, toString, values, wrapequals, getClass, hashCode, notify, notifyAll, wait, wait, waitdot, iterator, stream, toRawCopy1DforEach, spliteratorpublic UnaryFunctionSeries(PrimitiveSeries aSeries, UnaryFunction<Double> aFunction)
public final int size()
size in class PrimitiveSeriespublic final double value(int index)
value in class PrimitiveSeries