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 <https://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.2
Date: 2025-10-23
Authors@R: c(
  person(given = "Abdollah", family = "Jalilian", 
         email = "stat4aj@gmail.com", 
         role = c("aut", "cre"), 
         comment = c(ORCID = "0000-0002-6573-0069")
         ),
  person(given = "Jiancang", family = "Zhuang", 
         email = "zhuangjc@ism.ac.jp", 
         role = "ctb",
         comment = c(ORCID = "0000-0002-9708-3871")
         ))
Author: Abdollah Jalilian [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-6573-0069>),
  Jiancang Zhuang [ctb] (ORCID: <https://orcid.org/0000-0002-9708-3871>)
Maintainer: Abdollah Jalilian <stat4aj@gmail.com>
Depends: R (>= 3.5.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
RoxygenNote: 7.3.3
Packaged: 2025-10-23 21:08:30 UTC; aj
Repository: CRAN
Date/Publication: 2025-10-24 05:20:30 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-12 04:35:38 UTC; windows
Archs: x64
