Learn R Programming

DiffusionRjgqd (version 0.1.1)

DiffusionRjgqd-package: A package for Performing Inference and Analysis on Generalized Quadratic Jump Diffusion Processes (JGQDs).

Description

DiffusionRjgqd is a toolbox for performing analysis and inference on a class of jump diffusion processes with quadratic drift and diffusion with state-dependent and time inhomogeneous jump mechanisms. The package consists of functions for performing likelihood based inference and transitional density approximations for both 1D and 2D JGQDs.

Arguments

Details

Package:
DiffusionRjgqd
Type:
Package
Version:
0.1.0
Date:
2015-12-01
License:
GPL (>= 2)
The package is designed around an interface whereby the user supplies standard R-functions dictating the functional form of the coefficients of the JGQD after which the package handles all the necessary mathematics and algorithmic construction. Furthermore, computational efficiency is optimized by constructing algorithms in C++ using the Rcpp and RcppArmadillo libraries.

Functions included in the package:

BiJGQD.density :
Generate the transitional density of a 2D JGQD. BiJGQD.mcmc*
: Conduct inference via MCMC on a 2D JGQD.
JGQD.density :
Generate the transitional density of a 1D JGQD. JGQD.mcmc*
: Conduct inference via MCMC on a 1D JGQD.
* Functions use C++.

References

Updates available on GitHub at https://github.com/eta21.

See Also

BiJGQD.mcmc, JGQD.mcmc, JGQD.dic,JGQD.remove and JGQD.density.

Examples

Run this code
## Not run: 
# example(JGQD.density)
# example(BiJGQD.density)
# ## End(Not run)

Run the code above in your browser using DataLab