-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.56 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
Package: ETAS
Type: Package
Title: Modeling Earthquake Data Using 'ETAS' Model
Description: Fits the space-time Epidemic Type Aftershock Sequence
('ETAS') model to earthquake catalogs using a stochastic 'declustering'
approach. The 'ETAS' model is a 'spatio-temporal' marked point process
model and a special case of the 'Hawkes' process. The package is based
on a Fortran program by 'Jiancang Zhuang'
(available at <http://bemlar.ism.ac.jp/zhuang/software.html>),
which is modified and translated into C++ and C such that it
can be called from R. Parallel computing with 'OpenMP' is possible
on supported platforms.
Version: 0.7.1
Date: 2024-09-11
Authors@R: c(
person(given = "Abdollah", family = "Jalilian",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6573-0069")
),
person(given = "Jiancang", family = "Zhuang",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-9708-3871")
))
Author: Abdollah Jalilian [aut, cre] (0000-0002-6573-0069),
Jiancang Zhuang [ctb] (0000-0002-9708-3871)
Maintainer: Abdollah Jalilian <[email protected]>
Depends:
R (>= 3.3.0),
stats,
graphics,
utils,
maps
Imports:
lattice,
goftest,
spatstat.geom, spatstat.explore, spatstat.random,
Rcpp,
fields
LinkingTo: Rcpp (>= 1.0.0)
License: GPL (>= 2)
LazyData: true
LazyLoad: true
NeedsCompilation: yes
URL: https://github.com/jalilian/ETAS
BugReports: https://github.com/jalilian/ETAS/issues