Search found 5 matches
- Fri Apr 16, 2010 6:32 pm
- Forum: Help With Programming
- Topic: simulation of paritial price adjustment
- Replies: 4
- Views: 8503
Re: simulation of paritial price adjustment
THANK YOU TOM.
- Fri Apr 16, 2010 2:31 am
- Forum: Help With Programming
- Topic: simulation of paritial price adjustment
- Replies: 4
- Views: 8503
Re: simulation of paritial price adjustment
Thank you Tom. I simulate all three methods. The Theobold and Yallup(2004-journal of financial market), they argue that this simulation model is estimated by ARMA(1,1) and partial adjustment coefficient(g) interprete as 1-ar(1)coefficient. Table 1 is a results of Damodran(1993), autocovariance ratio...
- Thu Apr 15, 2010 7:29 pm
- Forum: Help With Programming
- Topic: simulation of paritial price adjustment
- Replies: 4
- Views: 8503
simulation of paritial price adjustment
I want to simulate partial price adjustment-Amihud and Mendelson in JOF. This model is as follows. R(t)=P(t)-P(t-1)=g(V(t)-P(t-1))+U(t) V(t)-V(t-1)=mu+e(t) 0<g<2 V(t) and P(t) in Logarithm and unobserved true price and observed price respectly. g is partial adjuste coefficient mu is mean of intrinsi...
- Mon Jan 25, 2010 12:25 pm
- Forum: Help With Programming
- Topic: how to estimate LOT measure using RATS
- Replies: 2
- Views: 6621
Re: how to estimate LOT measure using RATS
Thank you. Tom....
- Mon Jan 25, 2010 6:29 am
- Forum: Help With Programming
- Topic: how to estimate LOT measure using RATS
- Replies: 2
- Views: 6621
how to estimate LOT measure using RATS
I need your help on the following MLE problem used by Lesmond et al.(1999) This is the log likelihood function of LOT measure. lnf=sum(if R_m< 0) [ln(1/(2*pi*(sigma_j^2)))-(1/(2*(sigma_j^2))*(R_j+al_j-b_j*R_m))^2] + sum(if R_m> 0) [ln(1/(2*pi*(sigma_j^2)))-(1/(2*(sigma_j^2))*(R_j+au_j-b_j*R_m))^2] +...