Package: tsfknn 0.6.0
tsfknn: Time Series Forecasting Using Nearest Neighbors
Allows forecasting time series using nearest neighbors regression Francisco Martinez, Maria P. Frias, Maria D. Perez-Godoy and Antonio J. Rivera (2019) <doi:10.1007/s10462-017-9593-z>. When the forecasting horizon is higher than 1, two multi-step ahead forecasting strategies can be used. The model built is autoregressive, that is, it is only based on the observations of the time series. The nearest neighbors used in a prediction can be consulted and plotted.
Authors:
tsfknn_0.6.0.tar.gz
tsfknn_0.6.0.zip(r-4.7)tsfknn_0.6.0.zip(r-4.6)tsfknn_0.6.0.zip(r-4.5)
tsfknn_0.6.0.tgz(r-4.6-x86_64)tsfknn_0.6.0.tgz(r-4.6-arm64)tsfknn_0.6.0.tgz(r-4.5-x86_64)tsfknn_0.6.0.tgz(r-4.5-arm64)
tsfknn_0.6.0.tar.gz(r-4.7-arm64)tsfknn_0.6.0.tar.gz(r-4.7-x86_64)tsfknn_0.6.0.tar.gz(r-4.6-arm64)tsfknn_0.6.0.tar.gz(r-4.6-x86_64)
tsfknn_0.6.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tsfknn/json (API)
NEWS
| # Install 'tsfknn' in R: |
| install.packages('tsfknn', repos = c('https://franciscomartinezdelrio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/franciscomartinezdelrio/tsfknn/issues
Last updated from:45e95c28ac. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 150 | ||
| linux-devel-x86_64 | OK | 148 | ||
| source / vignettes | OK | 182 | ||
| linux-release-arm64 | OK | 129 | ||
| linux-release-x86_64 | OK | 138 | ||
| macos-release-arm64 | OK | 85 | ||
| macos-release-x86_64 | OK | 426 | ||
| macos-oldrel-arm64 | OK | 109 | ||
| macos-oldrel-x86_64 | OK | 206 | ||
| windows-devel | OK | 153 | ||
| windows-release | OK | 114 | ||
| windows-oldrel | OK | 152 | ||
| wasm-release | OK | 115 |
Exports:knn_examplesknn_forecastingn_training_examplesnearest_neighborsrolling_origin
Dependencies:clicpp11farverggplot2gluegtableisobandlabelinglifecycleR6RColorBrewerRcpprlangS7scalesvctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a ggplot object from a knnForecast object | autoplot.knnForecast |
| Examples of the model associated with a prediction | knn_examples |
| Time series forecasting using KNN regression | knn_forecasting |
| Number of training examples | n_training_examples |
| Nearest neighbors associated with predictions | nearest_neighbors |
| Plot a prediction of a test set | plot.knnForecastRO |
| Predict method for KNN models for time series forecasting. | predict.knnForecast |
| Assessing forecasting accuracy with rolling origin | rolling_origin |
