View source: R/Functionf_vectorized.R
GetTruePara | R Documentation |
Map auxiliary (unconstrained) parameters a to constrained parameters b
GetTruePara(
ParaValue,
Const_Type_Full,
lb,
ub,
FactorLabels,
Economies,
JLLinputs = NULL,
GVARinputs = NULL
)
ParaValue |
unconstrained auxiliary parameter |
Const_Type_Full |
One of the following options:
|
lb |
lower bounds of b (if option 'bounded' is chosen) |
ub |
upper bounds of b (if option 'bounded' is chosen) |
FactorLabels |
string-list based which contains the labels of all the variables present in the model |
Economies |
string-vector containing the names of the economies which are part of the economic system |
JLLinputs |
Inputs used in the estimation of the JLL-based models |
GVARinputs |
Inputs used in the estimation of the GVAR-based models |
This function is a modified and extended of the "aux2true" function by Le and Singleton (2018).
"A Small Package of Matlab Routines for the Estimation of Some Term Structure Models."
(Euro Area Business Cycle Network Training School - Term Structure Modelling).
Available at: https://cepr.org/40029
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.