Package: marp
Version: 0.1.0
Type: Package
Title: Model-Averaged Renewal Process
Authors@R: c(person("Jie", "Kang", role = c("aut", "cre", "cph"),
                    email = "jkang@maths.otago.ac.nz"),
             person("Chris", "Scott", role = c("ctb")),
             person("Albert", "Savary", role = c("ctb")))
Maintainer: Jie Kang <jkang@maths.otago.ac.nz>
Description: To implement a model-averaging approach with different renewal
    models, with a primary focus on forecasting large earthquakes. Based on
    six renewal models (i.e., Poisson, Gamma, Log-Logistics, Weibull,
    Log-Normal and BPT), model-averaged point estimates are calculated using
    AIC (or BIC) weights. Additionally, both percentile and studentized
    bootstrapped model-averaged confidence intervals are constructed. In
    comparison, point and interval estimation from the individual or "best"
    model (determined via model selection) can be retrieved. 
URL: https://github.com/kanji709/marp
BugReports: https://github.com/kanji709/marp/issues
Depends: R (>= 2.15)
Imports: stats, gtools, statmod, VGAM,
Suggests: knitr, devtools, roxygen2, testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-08-07 05:06:58 UTC; kangj
Author: Jie Kang [aut, cre, cph],
  Chris Scott [ctb],
  Albert Savary [ctb]
Repository: CRAN
Date/Publication: 2022-08-11 15:20:02 UTC
Built: R 4.2.0; ; 2022-08-12 11:47:48 UTC; unix
