-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
51 lines (38 loc) · 1.44 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
output: github_document
bibliography: vignettes/data/references.bib
link-citations: true
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# rhosa: Higher-Order Spectral Analysis in R
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/rhosa)](https://CRAN.R-project.org/package=rhosa)
[![R-CMD-check](https://github.com/tabe/rhosa/workflows/R-CMD-check/badge.svg)](https://github.com/tabe/rhosa/actions)
[![downloads](https://cranlogs.r-pkg.org/badges/rhosa)](https://CRAN.R-project.org/package=rhosa)
<!-- badges: end -->
This package aims to provide functions to estimate higher-order spectra or
polyspectra of multivariate time series, such as bispectrum and
bicoherence [@brillinger_investigation_1998].
They are useful for e.g. detecting nonlinear interaction between
stationary time series driven by periodic signals [@abe_detecting_2024].
## Installation
You can install the released version of rhosa from [CRAN](https://CRAN.R-project.org)
with:
``` r
install.packages("rhosa")
```
Alternatively, the development version from [GitHub](https://github.com/)
with [remotes](https://cran.r-project.org/package=remotes):
``` r
# install.packages("remotes")
remotes::install_github("tabe/rhosa")
```
## Acknowledgement
The author thanks Alessandro E. P. Villa for his generous support to this project.
## References