powered by
LRMDE(Y, X)
[2] Koul, H. L (1986). Minimum distance estimation and goodness-of-fit tests in first-order autoregression. Ann. Statist., 14 1194-1213.
[3] Koul, H. L (2002). Weighted empirical process in nonlinear dynamic models. Springer, Berlin, Vol. 166
X <- matrix(c(1,1,3,4, 4,2), nrow=3, ncol=2) Y <- c(1,-5, 8) bhat <- LRMDE(Y,X)
Run the code above in your browser using DataLab