Ait-Sahalia Hermite polynomial expansion approximation of the likelihood
Ait-Sahalia Hermite polynomial expansion approximation of the likelihood
Ait-Sahalia Hermite polynomial expansion and Euler approximation of the likelihood of a process solution of a stochastic differential equation. These functions are useful to calculate approximated maximum likelihood estimators when the transition density of the process is not known.
HPloglik(X, theta, M, F, s, log=TRUE)
Arguments
X: a ts object containing a sample path of an sde.
theta: vector of parameters.
M: list of derivatives; see details.
F: the transform function; see details.
s: drift and diffusion coefficient; see details.
log: logical; if TRUE, the log-likelihood is returned.
Details
The function HPloglik returns the Hermite polynomial approximation of the likelihood of a diffusion process transformed to have a unitary diffusion coefficient. The function F is the transform function, and s is the original diffusion coefficient. The list of functions M contains the transformed drift in M[[1]] and the subsequent six derivatives in x of M[[1]]. The functions F, s, and M have arguments (t,x,theta).
Returns
x: a number
References
Ait-Sahalia, Y. (1996) Testing Continuous-Time Models of the Spot Interest Rate, Review of Financial Studies, 9(2), 385-426.