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

https://github.com/svmiller/stsd

Simulate Time Series Diagnostics
https://github.com/svmiller/stsd

dickey-fuller phillips-perron r simulation time-series unit-root

Last synced: 2 months ago
JSON representation

Simulate Time Series Diagnostics

Awesome Lists containing this project

README

        

---
output: github_document
---

# `sTSD`: Simulate Time Series Diagnostics

```{r echo=FALSE, results="hide", message=FALSE}
library("badger")
```

```{r, echo = FALSE, results='asis'}
cat(
badge_cran_release("sTSD", "blue"),
badge_cran_download("sTSD", "grand-total", "blue"),
badge_cran_download("sTSD", "last-month", "blue"),
badge_cran_download("sTSD", "last-week", "blue")
)
```

My sTSD  hexlogo

`{sTSD}` provides a suite of functions for the analyses of time series, with an initial focus on diagnostic tests for unit root. Its primary aim concerns the simulation of critical values that are almost always approximated or interpolated by reference to tables of critical values passed down from decades-old texts. While there is nothing necessarily wrong with the received wisdom of critical values generated decades ago, simulation provides its own perks. Not only is simulation broadly informative as to what these various test statistics do and what are their plausible values, simulation provides more flexibility for assessing unit root by way of different thresholds or different hypothesized distributions.

## Installation

This package is now on CRAN. You can download it as you would any other R package.

```r
install.packages("sTSD")
```

You can also install the development version of `{sTSD}` from Github via the `{devtools}` package. I suppose using the `{remotes}` package would work as well.

```r
devtools::install_github("svmiller/sTSD")
```