NEWS
sparseLTSEigen 0.2.1
- Updated package dependencies.
- Explicitly calling C++ function std::abs() rather than abs() to avoid
clang warning.
sparseLTSEigen 0.2.0 (2013-12-10)
- Adapted C++ code to new version of package 'robustHD'.
sparseLTSEigen 0.1.3 (2013-04-16)
- Bugfix in sparseLTS() in case of only one predictor variable.
sparseLTSEigen 0.1.2 (2013-03-13)
- Redesign of how C++ back end is called from package 'robustHD'.
- Adapted C++ code to new version of package 'robustHD'.
- Bugfix in fastSparseLTS() for more stability of the results.
sparseLTSEigen 0.1.1 (2012-08-24)
- Parallel computing is now available via OpenMP.
- Adapted example to those of package robustHD.