Description Usage Arguments Details Value
This function creates a Litterman prior covariance matrix for the parameter vector.
1  | .priorVbeta(data, ztprop1, decay = 2, params = NULL)
 | 
data | 
 a   | 
ztprop1 | 
 a   | 
decay | 
 the type of decay throughout the lag order coefficients in the model. Defaults to \frac{ 1 }{ x^{2} } .  | 
params | 
 a list containing the values of  λ,  θ,
and  γ. If NULL, a   | 
The Litterman (or Minnesota) prior is a diagonal covariance specification with elements defined in the following way:
for own lags, use \frac{ λ}{ l^{2} }, where l is the lag order of the coefficient.
for lags of other endogenous variables, use θ \frac{ σ_{ii} }{ σ_{jj} } , where i \neq j .
for exogenous variables, use γ σ_{k} , where γ lies between 0 and 1.
a matrix with additional class  PriorVBeta.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.