The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

complex package for R

CRAN_Status_Badge Downloads R-CMD-check ko-fi

Time series analysis and forecasting using complex variables

hex-sticker of the complex package for R
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”, which is to be published by Springer in 2024.

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")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.