.assignGibbsFUN {RGAP} | R Documentation |
Assigns the appropriate function and its input variables for the Gibbs procedure.
Description
Assigns the appropriate function and its input variables for the Gibbs procedure.
Usage
.assignGibbsFUN(
loc,
type,
trend,
cycle,
cubsAR,
cycleLag,
errorARMA,
exoNames = NULL
)
Arguments
loc |
A data frame containing information on each involved parameter, for instance its corresponding system matrix, variable names, and parameter restrictions. |
type |
A character string specifying the type of the Phillip's curve.
|
trend |
A character string specifying the trend model. |
cycle |
A character string specifying the cycle model. |
cubsAR |
A non-negative integer specifying the maximum CUBS lag that is included
in the CUBS equation. The default is |
cycleLag |
A non-negative integer specifying the maximum cycle lag that is included
in the CUBD equation. The default is |
errorARMA |
A vector with non-negative integers specifying the AR and MA degree of the error term in the second observation equation. |
exoNames |
A character vector containing the names of the exogenous variables. |