https://github.com/jalilian/ETAS
Raw File
Tip revision: 01ac26e8abfff017c784eaf1f4b0fc7224ec83d7 authored by Abdollah Jalilian on 03 March 2024, 13:41:15 UTC
Update fitMP.cpp
Tip revision: 01ac26e
DESCRIPTION
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
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] (0000-0002-6573-0069), 
    Jiancang Zhuang [ctb] (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
back to top