-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
63 lines (63 loc) · 2.78 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
53
54
55
56
57
58
59
60
61
62
63
Package: stelfi
Type: Package
Title: Hawkes and Log-Gaussian Cox Point Processes Using Template Model Builder
Version: 1.0.1
Date: 2023-09-29
Authors@R:
c(person(given = "Charlotte M.",
family = "Jones-Todd",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1201-2781",
"Charlotte Jones-Todd wrote and continued developmend of the main code.")),
person(given = "Alec",
family = "van Helsdingen",
role = "aut",
comment = "Alec van Helsdingen wrote the Hawkes templates and extended self-exciting TMB templates"),
person(given = "Xiangjie",
family = "Xue",
role = "ctb",
comment = "Xiangjie Xue worked the early spatio-temporal self-exciting TMB templates"),
person(given = "Joseph",
family = "Reps",
role = "ctb",
comment = "Joseph Reps worked on the spatio-temporal self-exciting TMB templates"),
person(given = "Marsden Fund",
family = "3723517",
role = "fnd"),
person(given = "Asian Office of Aerospace Research & Development",
family = "FA2386-21-1-4028",
role = "fnd"))
Depends:
R (>= 4.3.0)
Imports:
TMB (>= 1.9.6),
sf (>= 1.0.14),
fmesher,
Matrix,
ggplot2 (>= 3.4.3),
dplyr (>= 1.1.3),
gridExtra (>= 2.3),
tidyr (>= 1.3.1)
LinkingTo:
TMB,
RcppEigen
Description: Fit Hawkes and log-Gaussian Cox process models with extensions. Introduced in Hawkes (1971) <doi:10.2307/2334319> a Hawkes process is a self-exciting temporal point process where the occurrence of an event immediately increases the chance of another. We extend this to consider self-inhibiting process and a non-homogeneous background rate. A log-Gaussian Cox process is a Poisson point process where the log-intensity is given by a Gaussian random field. We extend this to a joint likelihood formulation fitting a marked log-Gaussian Cox model. In addition, the package offers functionality to fit self-exciting spatiotemporal point processes. Models are fitted via maximum likelihood using 'TMB' (Template Model Builder). Where included 1) random fields are assumed to be Gaussian and are integrated over using the Laplace approximation and 2) a stochastic partial differential equation model, introduced by Lindgren, Rue, and Lindström. (2011) <doi:10.1111/j.1467-9868.2011.00777.x>, is defined for the field(s).
License: GPL (>= 3)
URL: https://github.com/cmjt/stelfi/
BugReports: https://github.com/cmjt/stelfi/issues
LazyData: TRUE
LazyDataCompression: xz
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.1.10),
rmarkdown,
parallel,
spatstat.utils,
spatstat.geom,
hawkesbow,
covr,
knitr
Config/testthat/edition: 3
VignetteBuilder: knitr