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. Accessed 12 Nov. 2024.
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
Complete documentation for VAR.spec
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

visualize  
Graph Probability Distributions with User Supplied Parameters and Statistics
Graphs the pdf or pmf and highlights what area or probability is present in user defined locations. ...
Download / Learn more Package Citations See dependency  
emIRT  
EM Algorithms for Estimating Item Response Theory Models
Various Expectation-Maximization (EM) algorithms are implemented for item response theory (IRT) mod ...
Download / Learn more Package Citations See dependency  
mmrm  
Mixed Models for Repeated Measures
Mixed models for repeated measures (MMRM) are a popular choice for analyzing longitudinal continuou ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ggpolypath  
Polygons with Holes for the Grammar of Graphics
Tools for working with polygons with holes in 'ggplot2', with a new 'geom' for drawing a 'polypath' ...
Download / Learn more Package Citations See dependency  
Relectoral  
Electoral Analysis
Functions to obtain an important number of electoral indicators described in the package, which can ...
Download / Learn more Package Citations See dependency  

23,171

R Packages

199,134

Dependencies

62,827

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA