.assignGibbsFUN | R Documentation |
Assigns the appropriate function and its input variables for the Gibbs procedure.
.assignGibbsFUN(
loc,
type,
trend,
cycle,
cubsAR,
cycleLag,
errorARMA,
exoNames = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.