-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.52 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
32
33
34
35
36
37
38
39
40
Package: qgam
Type: Package
Title: Smooth Additive Quantile Regression Models
Version: 2.0.0
Date: 2023-06-27
Authors@R: c(person("Matteo", "Fasiolo", email = "[email protected]", role = c("aut", "cre")),
person("Ben", "Griffiths", role = c("aut")),
person("Simon", "N. Wood", role = c("ctb")),
person("Margaux", "Zaffran", role = c("ctb")),
person("Yannig", "Goude", role = c("ctb")),
person("Raphael", "Nedellec", role = c("ctb")))
Maintainer: Matteo Fasiolo <[email protected]>
Description: Smooth additive quantile regression models, fitted using
the methods of Fasiolo et al. (2020) <doi:10.1080/01621459.2020.1725521>.
See Fasiolo at al. (2021) <doi:10.18637/jss.v100.i09> for an introduction to the package. Differently from
'quantreg', the smoothing parameters are estimated automatically by marginal
loss minimization, while the regression coefficients are estimated using either
PIRLS or Newton algorithm. The learning rate is determined so that the Bayesian
credible intervals of the estimated effects have approximately the correct
coverage. The main function is qgam() which is similar to gam() in 'mgcv', but
fits non-parametric quantile regression models.
License: GPL (>=2)
Depends:
R (>= 3.5.0),
mgcv (>= 1.8-28)
Imports:
shiny,
plyr,
doParallel,
parallel,
grDevices
Suggests:
knitr,
rmarkdown,
MASS,
RhpcBLASctl,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8