-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·17 lines (17 loc) · 960 Bytes
/
DESCRIPTION
File metadata and controls
executable file
·17 lines (17 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: tsmethods
Type: Package
Title: Time Series Methods
Version: 1.0.3
Date: 2026-02-14
Authors@R: c(person("Alexios", "Galanos", role = c("aut", "cre","cph"), email = "alexios@4dscape.com", comment = c(ORCID = "0009-0000-9308-0457")))
Maintainer: Alexios Galanos <alexios@4dscape.com>
Description: Generic methods for use in a time series probabilistic framework, allowing for a common calling convention across packages. Additional methods for time series prediction ensembles and probabilistic plotting of predictions is included. A more detailed description is available at <https://www.nopredict.com/packages/tsmethods> which shows the currently implemented methods in the 'tsmodels' framework.
License: GPL-2
Imports: methods, zoo, xts, data.table
Encoding: UTF-8
LazyData: true
URL: https://www.nopredict.com/packages/tsmethods, https://github.com/tsmodels/tsmethods
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3