Controlpp
Loading...
Searching...
No Matches
Time Series Utilities

Utilities to work with time series data. More...

Functions

template<class T >
TimeSeries< T > controlpp::integrate (const TimeSeries< T > &in, const T &v0=T(0))
 Integrates the time series and writes it to out.
 

Detailed Description

Utilities to work with time series data.

Function Documentation

◆ integrate()

template<class T >
TimeSeries< T > controlpp::integrate ( const TimeSeries< T > &  in,
const T &  v0 = T(0) 
)

Integrates the time series and writes it to out.

Template Parameters
TThe value type
Parameters
inThe input time-series that will be integrated over
v0The start of the integration. Integration constant C in other nomiclatures.
Returns
The integated time-series