Overview
The goal of squat is to provide extensions of common statistical methods for the analysis of unit quaternion time series. Available statistical methods for QTS samples are currently:
- random generation according to the Gaussian functional model via
rnorm_qts()
, scale()
,mean()
,median()
,- distance matrix computation via
distDTW()
(i.e. for now we use the dynamic time warping), - tangent principal component analysis via
prcomp()
, - k-means with optional alignment via
kmeans()
.
Installation
You can install the package directly from CRAN:
install.packages("squat")
or you can choose to install the development version from GitHub:
# install.packages("remotes")
::install_github("LMJL-Alea/squat") remotes
The package has its own webpage: https://lmjl-alea.github.io/squat/.