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.
◆ ~NearestValueAtTimeInterp()
virtual te::st::NearestValueAtTimeInterp::~NearestValueAtTimeInterp |
( |
| ) |
|
|
virtual |
◆ NearestValueAtTimeInterp()
te::st::NearestValueAtTimeInterp::NearestValueAtTimeInterp |
( |
| ) |
|
|
protected |
◆ estimate()
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.
◆ getInstance()
It returns a reference to the singleton instance.
- Returns
- A reference to the singleton instance.
Definition at line 126 of file Singleton.h.
◆ getParams()
◆ setParams()
◆ te::common::Singleton< NearestValueAtTimeInterp >
The documentation for this class was generated from the following file: