-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.5 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: polyCub
Title: Cubature over Polygonal Domains
Version: 0.9.1
Date: 2024-05-21
Authors@R: c(
person("Sebastian", "Meyer",
email = "[email protected]",
role = c("aut","cre","trl"),
comment = c(ORCID = "0000-0002-1791-9449")),
person("Leonhard", "Held",
email = "[email protected]",
role = "ths"),
person("Michael", "Hoehle",
email = "[email protected]",
role = "ths")
)
Description: Numerical integration of continuously differentiable
functions f(x,y) over simple closed polygonal domains.
The following cubature methods are implemented:
product Gauss cubature (Sommariva and Vianello, 2007,
<doi:10.1007/s10543-007-0131-2>),
the simple two-dimensional midpoint rule
(wrapping 'spatstat.geom' functions), and
adaptive cubature for radially symmetric functions via line
integrate() along the polygon boundary (Meyer and Held, 2014,
<doi:10.1214/14-AOAS743>, Supplement B).
For simple integration along the axes, the 'cubature' package
is more appropriate.
License: GPL-2
URL: https://github.com/bastistician/polyCub
BugReports: https://github.com/bastistician/polyCub/issues
Depends:
R (>= 3.2.0),
methods
Imports:
grDevices,
graphics,
stats,
sp (>= 1.0-11)
Suggests:
spatstat.geom,
lattice,
mvtnorm,
statmod,
sf,
cubature,
knitr,
markdown,
microbenchmark
VignetteBuilder: knitr
Roxygen: list(old_usage = TRUE)
RoxygenNote: 7.3.2