JLL | R Documentation |
Estimates the P-dynamics from JLL-based models
JLL(NonOrthoFactors, N, JLLinputs, CheckInputs = FALSE)
NonOrthoFactors |
A numeric matrix (F x T) representing the time series of risk factors before the orthogonalization process. |
N |
Integer. Number of country-specific spanned factors. |
JLLinputs |
List of necessary inputs to estimate JLL models:
|
CheckInputs |
A logical flag to indicate 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's based models
Jotiskhatira, Le and Lundblad (2015). "Why do interest rates in different currencies co-move?" (Journal of Financial Economics)
data(CM_Factors)
RF_TS <- RiskFactors
N <- 3
JLLinputs <- list(Economies = c("China", "Brazil", "Mexico", "Uruguay"), DomUnit = "China",
WishSigmas = 1, 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.