Tampilkan postingan dengan label ekonometrika. Tampilkan semua postingan
Tampilkan postingan dengan label ekonometrika. Tampilkan semua postingan

Senin, Januari 10, 2022

Model Panel Dinamis-Kripfganz (1)

 


Fitur utama dalam model panel dinamis karena alpha-i (Time constant unobserved unit) secara konstruksi berkorelasi dengan variabel "lag y-it", sehingga menentukan 'y-it' (Variabel dependen) --> akan bias jika menggunakan estimasi least-squares

Jenis regresor (x-it) 

1. Strictly exogenous, x-it tidak berkorelasi dengan u-it, tidak ada feedback dari periode sebelumnya

2. Weakly exogenous (predetermined), perubahan u-it periode sebelumnya berkorelasi dengan x-it, tidak ada feedback pada periode yang sama 

3. Endogenous, x-it berkorelasi langsung dengan u-it, feedback pada periode yang sama

Jumat, Mei 21, 2021

Apakah angka indeks boleh di-log ?

Question:

Can we take log of any index (i.e. HHI index, CR4 index or Lerner index)?

Answers:

  1. No problem what matters is interpretation
  2. Hi! You can do it. Good luck.
  3. From an empirical experience taking natural log of an index improves results of the model's findings. 
  4. It is very possible but you need to interpret the findings as percentage change.
  5. I think we should not used log of a variable representing an index. infact, index by it self a ratio or percentage and when we take log(log by it self represent percentage or growth type phenomena). it may leads to a challenge in interpretation.
  6. I think you have to go beyond the mathematical sense of taking a log of an index. Regardless of the mathematical feasibility and meaning of this log and the mathematical-econometrical relationship between variables... what about the economic meaning of those variables and relationships? So, I think you have to start with a deep reflexion about the economics (theoretical) meaning of variables and the relationships between them. Once you have undertaken this theoretical review, you will be able to correctly interpret variables and relationships, and then you will find the (economics) answer for your question. In other words, the purpose of transforming variables or build indexes is to help us to analyse and interpret economic theories, to evaluate economic policies, to make forecasting, etc. Obtaining better estimations results (p-values, r2,...) should not be a target by itself, but only if this improvement in estimation can help us to analyse, interpret, evaluate,... answering our research questions or contrasting our research hypothesis.
Sumber:
https://www.researchgate.net/post/Can-we-take-log-of-any-index-ie-HHI-index-CR4-index-or-Lerner-index

Kamis, April 29, 2021

xtabond2 stata command


 If w1 is strictly exogenous, w2 is predetermined but not strictly exogenous

and w3 is endogenous, then:

------------------------------------------------------------------------------------------------- 
xtabond2 y L.y w1 w2 w3 i.t, gmmstyle(L.y w2 L.w3) ivstyle(i.t w1

twostep robust small orthogonal
-------------------------------------------------------------------------------------------------

would fit the model with the standard choices of instruments

—here with two-step system GMM,  

Windmeijer-corrected standard errors, 

small-sample adjustments, 

and orthogonal deviations.

Kamis, Februari 25, 2021

AR, ARMA, ARCH, GARCH Model

 


AR (1)

time-series today = f [(coefficient time series previous day) + (random error today)]  

ARMA(1,1) = AR(1) + MA(1)

time-series today  = f [(time series previous day) + (coefficient random error previous day) + (random error today)]


ARCH (1,1)    

time-series today  = f [(random error today)  (volatility today <= time series previous day)] 

Bursty need solution :

GARCH (1,1)

time-series today  = f [(random error today)  (volatility today <= time series previous day + volatility previous day)]

  

Sumber:

https://www.youtube.com/watch?v=inoBpq1UEn4