-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
executable file
·31 lines (24 loc) · 1.11 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
output: github_document
---
```{r, echo = FALSE}
version <- as.vector(read.dcf('DESCRIPTION')[, 'Version'])
version <- gsub('-', '.', version)
```
# tsmethods <img src="man/figures/logo.png" align="right" height="139" alt="" />
[](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.