qts2dts: QTS Transformation To Distance Time Series
Description
This function computes a real-valued time series reporting the pointwise
geodesic distance between the two input QTS at each time point.
Usage
qts2dts(x, y)
Value
A time series stored as a tibble::tibble with columns time and
distance in which distance measures the angular distance between the
quaternions of both input QTS at a given time point.
Arguments
x
An object of class qts.
y
An object of class qts.
Details
The function currently expects that the two input QTS are evaluated on the
same time grid.