T - public interface Filler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
fillHole(T[] val,
int first,
int last)
Fill the hole using some procedure.
|
void fillHole(T[] val, int first, int last) throws Exception
A typical procedure for numerical time series is interpolation.
val - a non-null array of values with a holefirst - index of last non-missing value before hole in vallast - index of first non-missing value after hole in valExceptionCopyright © 2017. All rights reserved.