-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.09 KB
/
DESCRIPTION
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
Package: sparseHessianFD
Type: Package
Title: Numerical Estimation of Sparse Hessians
Version: 0.3.3.7
Date: 2022-10-19
Authors@R: person(family="Braun", given="Michael", role=c("aut","cre","cph"), email="[email protected]",comment=c(ORCID="0000-0003-4774-2119"))
Maintainer: Michael Braun <[email protected]>
URL: https://braunm.github.io/sparseHessianFD/, https://github.com/braunm/sparseHessianFD/
BugReports: https://github.com/braunm/sparseHessianFD/issues/
Description: Estimates Hessian of a scalar-valued function, and returns it
in a sparse Matrix format. The sparsity pattern must be known in advance. The
algorithm is especially efficient for hierarchical models with a large number of
heterogeneous units. See Braun, M. (2017) <doi:10.18637/jss.v082.i10>.
License: MPL (== 2.0)
LazyData: true
Depends:
R (>= 4.0.0)
Imports:
Matrix (>= 1.4),
methods,
Rcpp (>= 0.12.13)
Suggests:
testthat,
numDeriv,
scales,
knitr,
xtable,
dplyr
LinkingTo: Rcpp, RcppEigen (>= 0.3.3.3.0)
Encoding: UTF-8
VignetteBuilder: knitr
SystemRequirements: C++11
RoxygenNote: 7.2.1