https://github.com/tsmodels/tsmethods
https://github.com/tsmodels/tsmethods
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsmodels/tsmethods
- Owner: tsmodels
- Created: 2020-09-03T18:47:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T11:26:26.000Z (over 1 year ago)
- Last Synced: 2025-12-09T09:58:22.178Z (6 months ago)
- Language: R
- Size: 110 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE}
version <- as.vector(read.dcf('DESCRIPTION')[, 'Version'])
version <- gsub('-', '.', version)
```
# tsmethods
[](https://github.com/tsmodels/tsmethods/actions)
[)`-yellowgreen.svg)](/commits/master)
[](commits/master)
[](https://cran.r-project.org/package=tsmethods)
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# tsmethods
Foundational package with general methods/classes used by other **tsmodels** packages
as well as plotting for prediction and distribution classes conforming to the
current probabilistic framework. Also includes functions for ensembling using
a copula methodology.