TS++ library: time series library
|
T ts::innerproduct | ( | const aff::ConstSeries< T > & | a, |
const aff::ConstSeries< T > & | b | ||
) |
Calculate inner product of two series.
If both series are of unequal index range, they are padded with zeros.
The function evaluates
where the index ranges of the input series are and and as well as
a | |
b |
Definition at line 66 of file innerproduct.h.
References ts::seife::first().
Referenced by rms().