Learn R Programming

complex package for R

Time series analysis and forecasting using complex variables

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

Copy Link

Version

Install

install.packages('complex')

Monthly Downloads

12

Version

1.0.0

License

LGPL-2.1

Issues

Pull Requests

Stars

Forks

Maintainer

Ivan Svetunkov

Last Published

April 9th, 2024

Functions in complex (1.0.0)

clog

Functions that transform real and imaginary parts of a complex variable
invert

Function calculates inverse of matrix of complex variables
dcnorm

Complex Normal Distribution
cvar

Correlation, Variance and Covariance (Matrices) for complex variables
cacf

Complex Correlation Function Estimation
complex2mat

Functions to manipulate complex variables and matrices
cscale

Functions scale real and imaginary parts of a complex variable
clm

Complex Linear Model
cplot

Scatterplots for complex variables