chowlin | R Documentation |
Used in disaggregate
to find estimates given the optimal rho
parameter.
chowlin(Y, X, rho, aggMat = "sum", aggRatio = 4, litterman = FALSE)
Y |
The low-frequency response series (a |
X |
The high-frequency indicator series (a |
rho |
The AR(1) residual parameter. Must be strictly between |
aggMat |
Aggregation matrix method: 'first', 'sum', 'average', 'last'. Default is 'sum'. |
aggRatio |
Aggregation ratio, e.g. 4 for annual-to-quarterly, 3 for quarterly-to-monthly. Default is 4. |
litterman |
Boolean. If TRUE, use Litterman variance-covariance method, otherwise use Chow-Lin. Default is FALSE. |
A list containing the following elements:
y
: Estimated high-frequency response series (an n \times 1
matrix).
betaHat
: Estimated coefficient vector (a p \times 1
matrix).
u_l
: Estimated aggregate residual series (an n_l \times 1
matrix).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.