s****h 发帖数: 3979 | 1 【 以下文字转载自 Stock 讨论区 】
发信人: squash (鼻涕泡泡不是传说), 信区: Stock
标 题: a question about VAR
发信站: BBS 未名空间站 (Mon Nov 19 17:05:47 2007)
Suppose I have a VAR model:
X_t = A * X_(t-1) + B * Y_t,
And I need to estimate the coefficient matrix A & B?
What's the best way to do if A is 3X3 matrix, and B is a 3X5 matrix?
I have only used gradient based method for simpler problems before. For as
many as 3X8 = 24 parameters, should the gradient method works well if I just
use a matlab unction fminunc?
Or, should I e |
|