TS++ library: time series library
|
time series interpolation More...
Namespaces | |
ts::ipo | |
time series interpolation | |
Classes | |
class | ts::ipo::ExceptionTimeWindowOutside |
Exception in case time windows are not overlapping. More... | |
class | ts::ipo::ExceptionTimeWindowEmpty |
Exception in case resulting time window is empty. More... | |
class | ts::ipo::Interpolator |
Interface to time series interpolator. More... | |
Functions | |
ts::TDsfftimeseries | ts::ipo::resample (const Interpolator &ip, const libtime::TAbsoluteTime &first, const libtime::TRelativeTime &dt, const int &n, const bool &shrink) |
resample a time series More... | |
time series interpolation