- Code covarage and unit testing start to be integrated.
- Two mixture models on the unit hypersphere added.
- Supports for spherical Laplace distribution added.
riem.phate()
is added for sub-manifold learning/visualization.- New data from EEG ERPs is available by
data(ERP)
. spd.wassbary()
is added to compute Wasserstein barycenter of Gaussian distributions.
- Modified
mle.spnorm()
for controls with user-defined stopping criteria. - Fixed log-likelihood evaluation for
mixspnorm()
.
- Added
riem.m2skreg()
for manifold-to-scalar kernel regression andriem.m2skregCV()
for parameter selection using cross validation.
- Interfaces to some of the functions are simplified to emphasize key parameters only for users.
- Added functionalities added galore.
- Vignette for an elementary usage of the package is added.
- Added a
NEWS.md
file to track changes to the package. - Initial release : Hello, World!