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.6.1.1
Date: 2024-03-03
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] (<https://orcid.org/0000-0002-6573-0069>),
  Jiancang Zhuang [ctb] (<https://orcid.org/0000-0002-9708-3871>)
Maintainer: Abdollah Jalilian <stat4aj@gmail.com>
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
Packaged: 2024-09-18 09:58:31 UTC; ripley
Repository: CRAN
Date/Publication: 2024-09-23 11:15:28 UTC
