Regression Estimates, Maximum Likelihood, Ordinary Least Squares

4 ビュー (過去 30 日間)
Lu
Lu 2011 年 5 月 14 日
回答済み: S.Behzad Hassani 2016 年 5 月 30 日
Hi everyone!
I´m trying to estimate the following model:
r_t=a0+a1*spread_t+a2*depth_t+a3*liquidity+e_t
It is supposed to be really simple (nothing complicated) and I don´t have much knowledge in econometrics, so I don´t really know what model to use. At first I thought I should use Ordinary Least Squares, but then I thought using Maximum Likelihood Estimation because it is supposed to be more efficient. However, I don´t know if this is right. The data set is high frequency data, so I don´t know if that has an impact on the model to choose.
I would really appreciate any help :) or suggestions of what kind of model can I use.
Have a nice weekend!
Lourdes

採用された回答

Oleg Komarov
Oleg Komarov 2011 年 5 月 14 日
When the errors are distributed normally then OLS (easiest) = MLE (numerical solution)
When the variance of the errors change from observation to observation (over time in your case) you have:
If the change is autocorrelated then you have to use arch models:
Which mean at least two courses in undergrad econometrics (OLS and Time Series). A good start could be Introductory econometrics by Wooldridge.
This link could be very useful and easy to understand:
Said that you could find a least squares solution to a system by simply doing:
x = A\b (OLS)
Good luck
  1 件のコメント
Lu
Lu 2011 年 5 月 14 日
thank you so much for the tips! have a nice weekend :)

サインインしてコメントする。

その他の回答 (2 件)

bym
bym 2011 年 5 月 14 日
Seems like a simple multiple linear regression. Is e_t a constant?
  5 件のコメント
Lu
Lu 2011 年 5 月 14 日
yes I have sample data, do you have any suggestions? i would really appreciate it, because I don´t know what model to use and still keep it simple.
Thank you so much for your help :)
bym
bym 2011 年 5 月 14 日
can you share your sample data?

サインインしてコメントする。


S.Behzad Hassani
S.Behzad Hassani 2016 年 5 月 30 日

カテゴリ

Help Center および File ExchangeLinear and Nonlinear Regression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by