-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.22 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: nabla
Title: Exact Derivatives via Automatic Differentiation
Version: 0.7.1
Authors@R: person("Alexander", "Towell",
role = c("aut", "cre"),
email = "queelius@gmail.com",
comment = c(ORCID = "0000-0001-6443-9897"))
URL: https://github.com/queelius/nabla, https://metafunctor.com
BugReports: https://github.com/queelius/nabla/issues
Description: Exact automatic differentiation for R functions. Provides a
composable derivative operator D that computes gradients, Hessians,
Jacobians, and arbitrary-order derivative tensors at machine precision.
D(D(f)) gives Hessians, D(D(D(f))) gives third-order tensors for
skewness of maximum likelihood estimators, and so on to any order. Works through any R code
including loops, branches, and control flow.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.0.0),
methods
Imports:
stats
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
Collate:
'dual-class.R'
'dual-arithmetic.R'
'dual-math.R'
'dual-special.R'
'dual-higher.R'
'derivatives.R'
'nabla-package.R'