-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
31 lines (31 loc) · 1.5 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
Package: footBayes
Type: Package
Title: Fitting Bayesian and MLE Football Models
Version: 1.0.0
Date: 2024-11-27
Author: Leonardo Egidi[aut, cre], Roberto Macrì Demartino[aut], and Vasilis Palaskas[aut].
Maintainer: Leonardo Egidi <[email protected]>
License: GPL-2
Description: This is the first package allowing for the estimation,
visualization and prediction of the most well-known
football models: double Poisson, bivariate Poisson,
Skellam, student_t, diagonal-inflated bivariate Poisson, and
zero-inflated Skellam. The package allows Hamiltonian
Monte Carlo (HMC) estimation through the underlying Stan
environment and Maximum Likelihood estimation (MLE, for
'static' models only). The model construction relies on
the most well-known football references, such as
Dixon and Coles (1997) <doi:10.1111/1467-9876.00065>,
Karlis and Ntzoufras (2003) <doi:10.1111/1467-9884.00366> and
Egidi, Pauli and Torelli (2018) <doi:10.1177/1471082X18798414>.
URL: https://github.com/leoegidi/footbayes
Encoding: UTF-8
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
Depends: R (>= 3.1.0)
Imports: rstan (>= 2.18.1), arm, reshape2, ggplot2, ggridges, bayesplot, matrixStats,
extraDistr, parallel, metRology, dplyr, tidyr, numDeriv, magrittr, rlang
Suggests: testthat, knitr (>= 1.37), rmarkdown (>= 2.10), loo
VignetteBuilder: knitr
RoxygenNote: 7.3.2
LazyData: true
BuildManual: yes