GitHub

complex package for R

CRAN_Status_Badge Downloads R-CMD-check

Time series analysis and forecasting using complex variables

hex-sticker of the complex package for R

The package includes basic instruments for correlation and regression analysis of complex-valued variables. The package supports the monograph by Svetunkov & Svetunkov "Complex-valued Econometrics with Examples in R" <doi:10.1007/978-3-031-62608-1>.

Installation

Stable version can be installed from CRAN:

install.packages("complex")

For installation from github use the remotes package:

if (!require("remotes")){install.packages("remotes")}
remotes::install_github("config-i1/complex")

Read the original on github.com ↗