fastTS 1.0.2
- Fixed some tests that were very slightly sensitive to OS and were
causing errors in R CMD CHECK on CRAN.
fastTS 1.0.1
- Update citation with now published paper
fastTS 1.0.0
- Improved handling of out-of-sample error estimation
- Using rsq_trad_vecinstead ofrsq_vec
- Improved print method for fastTSobjects
- Improved documentation
- Improved unit tests, ensuring method fits at least decently well on
a few time series example data sets
- Adding fastTSparametric penalty scaling functionality
viaweight_type,m, andr, andpenalty_scalerfunction.
- Fixed bug(s) in prediction method for fastTSobjects,
no paper conclusions were harmed in the process.
- Added forecast option to predict.fastTSwith optionforecast_ahead
fastTS 0.1.2
- Renaming package to fastTS, and functions
- Add unit tests for srlTS(fastTS)
function
srlTS 0.1.1
- remove warning when ptrain = 1
- Improve predictfunctionality, documentation for
forecasting
- UIHC Emergency Department arrivals data and vignette.
- unit tests, improved coverage
- Getting started vignette
- Simple case studies vignette
- Adding minor examples to roxygen, improving documentation
srlTS 0.1.0
- add basic building blocks, readme
- Added a NEWS.mdfile to track changes to the
package.