An open API service indexing awesome lists of open source software.

https://github.com/tsmodels/tsmethods


https://github.com/tsmodels/tsmethods

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, echo = FALSE}
version <- as.vector(read.dcf('DESCRIPTION')[, 'Version'])
version <- gsub('-', '.', version)
```

# tsmethods
[![R-CMD-check](https://github.com/tsmodels/tsmethods/workflows/R-CMD-check/badge.svg)](https://github.com/tsmodels/tsmethods/actions)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-`r version`-orange.svg?style=flat-square)](commits/master)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/tsmethods)](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.