Partial Adjustment Model
Firstly, download the excel file called " japan_interest " from this page.
Then creates a Workfile like below which starts at cell E9 and the variables are m1, m2, irate, cpi and ip.

We postulate the following long run desired money demand function:
log(M*t) = b0 + b1log(iratet) + b2log(ipt) + ut
Since M*t is unobservable, how can we deduce the coefficients for this long run desired equation. We can do it through the postulated "Partial Adjustment" hypothesis as:
log(Mt)- log(Mt-1) = c [log(M*t) - log(Mt-1)]
Through substitution, we can have the observable short run money demand function as:
log(Mt) = cb0 + cb1log(iratet) + cb2log(ipt) + (1-c)log(Mt-1) + cut
or log(Mt) = r0 + r1log(iratet) + r2log(ipt) + r3log(Mt-1) + vt
Then, we can run regression and get coefficients for short run money demand function which will be use to deduce for coefficients of long run money demand function. The equation specification is

The regression result is:

Estimated log(Mt) = -0.178782 - 0.23416log(iratet) + 0.209937log(ipt) + 0.842745log(Mt-1)
Then, to test whether it is serial correlation in the regression, Durbin h test can be used:
Durbin h* =(1-DW/2)[n/1-(n*Var(r3)]
h* = (1- 0.5*2.606624)*[245/(1-245(0.036132)2)]1/2 = -5.756
Since h* < -1.96, thus at the 5% significant level we reject the Ho that there is negative first-order autocorrelation.
In EVIEWS, we can use the pre-programmed Breusch-Godfrey (BG) test, also know as the Lagrange multiplier (LM) test to test whether there is any high-order autocorrelation within the model. Simply. by choosing "View", "Residual tests", " Serial Correlation LM Test",

and set "Lags to include" is "1", then the result is:

As you can see, the computed Chi-square is 30.08481 which is very large and its probability is also close to 0, we can conclude that there may exist a higher-order series correlations in the autoregressive model. (Remark: Since a high-order autocorrelation may exist in the model, we should use other methods to remove it , but it is out of our scope.)
For finding the desired long run coefficients, b0, b1 and b2 of the money demand function, the calculation are as following:
since (1- c) = 0.842745 and c = 0.15725
b0 = -0.178782 / (0.15725) = -1.1369
b1 = -0.023416 / (0.15725) = -0.1489
b2 = 0.209937 / (0.15725) = 1.3350
The estimated desired long run money demand equation is:
log(M*t) = -1.1369 - 0.1489 log(iratet) + 1.3350 log(ipt)
The End