Other packages > Find by keyword >

VAR.spec  

Allows Specifying a Bivariate VAR (Vector Autoregression) with Desired Spectral Characteristics
View on CRAN: Click here


Download and install VAR.spec package within the R console
Install from CRAN:
install.packages("VAR.spec")

Install from Github:
library("remotes")
install_github("cran/VAR.spec")

Install by package version:
library("remotes")
install_version("VAR.spec", "1.0")



Attach the package and use:
library("VAR.spec")
Maintained by
Evangelos Ioannidis
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2024-06-11
Latest Update: 2024-06-11
Description:
The spectral characteristics of a bivariate series (Marginal Spectra, Coherency- and Phase-Spectrum) determine whether there is a strong presence of short-, medium-, or long-term fluctuations (components of certain frequencies in the spectral representation of the series) in each one of them.These are induced by strong peaks of the marginal spectra of each series at the corresponding frequencies. The spectral characteristics also determine how strongly these short-, medium-, or long-term fluctuations of the two series are correlated between the two series. Information on this is provided by the Coherency spectrum at the corresponding frequencies. Finally, certain fluctuations of the two series may be lagged to each other. Information on this is provided by the Phase spectrum at the corresponding frequencies. The idea in this package is to define a VAR (Vector autoregression) model with desired spectral characteristics by specifying a number of polynomials, required to define the VAR. See Ioannidis(2007) <doi:10.1016/j.jspi.2005.12.013>. These are specified via their roots, instead of via their coefficients. This is an idea borrowed from the Time Series Library of R. Dahlhaus, where it is used for defining ARMA models for univariate time series. This way, one may e.g. specify a VAR inducing a strong presence of long-term fluctuations in series 1 and in series 2, which are weakly correlated, but lagged by a number of time units to each other, while short-term fluctuations in series 1 and in series 2, are strongly present only in one of the two series, while they are strongly correlated to each other between the two series. Simulation from such models allows studying the behavior of data-analysis tools, such as estimation of the spectra, under different circumstances, as e.g. peaks in the spectra, generating bias, induced by leakage.
How to cite:
Evangelos Ioannidis (2024). VAR.spec: Allows Specifying a Bivariate VAR (Vector Autoregression) with Desired Spectral Characteristics. R package version 1.0, https://cran.r-project.org/web/packages/VAR.spec
Previous versions and publish date:
No previous versions
Other packages that cited VAR.spec R package
View VAR.spec citation profile
Other R packages that VAR.spec depends, imports, suggests or enhances
Functions, R codes and Examples using the VAR.spec R package
Full VAR.spec package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

partykit  
A Toolkit for Recursive Partytioning
A toolkit with infrastructure for representing, summarizing, and visualizing tree-structured regres ...
Download / Learn more Package Citations See dependency  
gren  
Adaptive Group-Regularized Logistic Elastic Net Regression
Allows the user to incorporate multiple sources of co-data (e.g., previously obtained p-values, pu ...
Download / Learn more Package Citations See dependency  
sparseMVN  
Multivariate Normal Functions for Sparse Covariance and Precision Matrices
Computes multivariate normal (MVN) densities, and samples from MVN distributions, when the covarianc ...
Download / Learn more Package Citations See dependency  
SE.EQ  
SE-Test for Equivalence
Implements the SE-test for equivalence according to Hoffelder et al. (2015) ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
AsynchLong  
Regression Analysis of Sparse Asynchronous Longitudinal Data
Estimation of regression models for sparse asynchronous longitudinal observations, where time-depen ...
Download / Learn more Package Citations See dependency  

22,799

R Packages

195,128

Dependencies

63,620

Author Associations

22,800

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns