| JLL | R Documentation |
Estimates the P-dynamics from JLL-based models
JLL(NonOrthoFactors, N, JLLinputs, CheckInputs = FALSE)
NonOrthoFactors |
numeric matrix ( |
N |
positive integer. Number of country-specific spanned factors. |
JLLinputs |
list. Necessary inputs to estimate JLL models:
|
CheckInputs |
logical. Whether to perform a prior consistency check on the inputs provided in |
List of model parameters from both the orthogonalized and non-orthogonalized versions of the JLL-based models
Td: model time series dimension
C number of countries in the system.
K: total number of risk factors
Jotiskhatira, P. ; Le, A. and Lundblad, C. (2015). "Why do interest rates in different currencies co-move?" (Journal of Financial Economics)
data(RiskFacFull)
RF_TS <- RiskFacFull
N <- 3
JLLinputs <- list(
Economies = c("China", "Brazil", "Mexico", "Uruguay"), DomUnit = "China",
WishSigmas = TRUE, SigmaNonOrtho = NULL, JLLModelType = "JLL original"
)
JLLPara <- JLL(RF_TS, N, JLLinputs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.