kcf-jackson/ADtools: Automatic Differentiation Toolbox

Implements the forward-mode automatic differentiation for multivariate functions using the matrix-calculus notation from Magnus and Neudecker (2019) <doi:10.1002/9781119541219>. Two key features of the package are: (i) it incorporates various optimisation strategies to improve performance; this includes applying memoisation to cut down object construction time, using sparse matrix representation to speed up derivative calculation, and creating specialised matrix operations to reduce computation time; (ii) it supports differentiating random variates with respect to their parameters, targeting Markov chain Monte Carlo (MCMC) and general simulation-based applications.

Getting started

Package details

MaintainerChun Fung Kwok <kwokcf@unimelb.edu.au>
LicenseMIT + file LICENSE
Version0.5.5
URL https://github.com/kcf-jackson/ADtools
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("kcf-jackson/ADtools")
kcf-jackson/ADtools documentation built on Nov. 16, 2020, 7:12 p.m.