It is an interpolation function the estimates the nearest value at a given non-observed time of a time series.
More...
#include <NearestValueAtTimeInterp.h>
It is an interpolation function the estimates the nearest value at a given non-observed time of a time series.
- See also
- AbstractTimeSeriesInterp
Definition at line 49 of file NearestValueAtTimeInterp.h.
virtual te::st::NearestValueAtTimeInterp::~NearestValueAtTimeInterp |
( |
| ) |
|
|
virtual |
te::st::NearestValueAtTimeInterp::NearestValueAtTimeInterp |
( |
| ) |
|
|
protected |
It estimates a value at a given non-observed time of a time series.
- Parameters
-
ts | A time series used in the estimation. |
time | The given non-observed time. |
- Returns
- The estimated value.
- Note
- It will NOT take the ownership of the given pointer.
-
The caller will take the ownership of the output pointer.
Implements te::st::AbstractTimeSeriesInterp.
It returns a reference to the singleton instance.
- Returns
- A reference to the singleton instance.
The documentation for this class was generated from the following file: