| dcOzaki | R Documentation | 
Approximated conditional densities for X(t) | X(t0) = x0 of a diffusion process.
dcOzaki(x, t, x0, t0, theta, d, dx, s, log=FALSE)
| x | vector of quantiles. | 
| t | lag or time. | 
| x0 | the value of the process at time  | 
| t0 | initial time. | 
| theta | parameter of the process; see details. | 
| log | logical; if TRUE, probabilities p are given as log(p). | 
| d | drift coefficient as a function; see details. | 
| dx | partial derivative w.r.t.  | 
| s | diffusion coefficient as a function; see details. | 
This function returns the value of the conditional density of
X(t) | X(t0) = x0 at point x. 
All the functions d, dx, and s must be functions of t, x, and theta.
| x | a numeric vector | 
Stefano Maria Iacus
Ozaki, T. (1992) A bridge between nonlinear time series models and nonlinear stochastic dynamical systems: A local linearization approach, Statistica Sinica, 2, 25-83.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.