Recent Releases of squat
squat - squat 0.3.0
New features
- Added
S3specialization of thestats::predict()function forprcomp_qtsobjects. - Added function
qts2aats()which allows to switch from quaternion to axis-angle representation of rotations. - Added usual operations
+,-,*andinverse_qts()for quaternion time series using the Eigen library.
Small improvements
- Make sure quaternion geodesic mean is not flipped.
- Fix issues in PCA:
- avoid numerical overflows due to bad choice of
kingam(); - improved documentation;
- Use same number of basis functions in uni- and multivariate decompositions.
- avoid numerical overflows due to bad choice of
- Updated GHA scripts and
README. - Fix bug related to Rcpp following RcppCore/Rcpp#1287.
- R
Published by astamm over 2 years ago
squat - squat 0.2.1
- Add
use_fencerobustification option; - Adapt to changes in fdacluster;
- Properly compute tangent spaces along mean QTS;
- Update News section of website.
- R
Published by astamm about 3 years ago
squat - squat 0.2.0
Major features:
- Added hierarichal clustering;
- Added DBSCAN clustering;
- Added distance matrix computation.
Minor improvements:
- Adapted code to match new API in fdacluster package.
- R
Published by astamm about 3 years ago
squat - squat 0.1.0
Major statistical features
- A first API proposal with a class
qtsand a classqts_samplefor which a number of methods are properly implemented. - Available statistical methods for QTS samples:
- Added multiple ways of displaying samples of QTS.
- Added two example datasets.
Improvements
- Make all functions applicable to a single QTS also applicable to QTS samples, with appropriate class for the output.
- Enable
as_qts_sample()to generate a QTS sample of size 1 from a single QTS as input argument. - Rename
change_pointsargument to theplot.qts()function to better reflect its flexibility. - Added subset operator for QTS sample objects.
- Added
appendS3 method for QTS sample objects. - Added
hemispherize()function to remove any discontinuities in QTS due to quaternion flips. - Any parallelization computation is now handled using the futureverse principles and, in particular, implemented through the use of the furrr package.
- R
Published by astamm over 3 years ago
squat - squat 0.0.1
- Added a
NEWS.mdfile to track changes to the package. - Initial version.
- R
Published by astamm almost 4 years ago