complex
Time series analysis and forecasting using complex variables
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Repository
Time series analysis and forecasting using complex variables
Basic Info
- Host: GitHub
- Owner: config-i1
- Language: R
- Default Branch: master
- Size: 6.34 MB
Statistics
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
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:
r
install.packages("complex")
For installation from github use the remotes package:
r
if (!require("remotes")){install.packages("remotes")}
remotes::install_github("config-i1/complex")
Owner
- Name: Ivan Svetunkov
- Login: config-i1
- Kind: user
- Location: Lancaster
- Company: Lancaster University
- Website: https://forecasting.svetunkov.ru/
- Twitter: iSvetunkov
- Repositories: 20
- Profile: https://github.com/config-i1
GitHub Events
Total
Last Year
Packages
- Total packages: 1
-
Total downloads:
- cran 241 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: complex
Time Series Analysis and Forecasting Using Complex Variables
- Homepage: https://github.com/config-i1/complex
- Documentation: http://cran.r-project.org/web/packages/complex/complex.pdf
- License: LGPL-2.1
- Status: removed
-
Latest release: 1.0.0
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- greybox >= 0.5.0 depends
- legion * depends
- smooth >= 2.5.1 depends
- graphics * imports
- mvtnorm * imports
- nloptr * imports
- stats * imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests