-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.05 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: gamlssx
Type: Package
Title: Generalized Additive Extreme Value Models for Location, Scale and Shape
Version: 1.0.2
Date: 2025-02-28
Authors@R: c(
person(c("Paul", "J."), "Northrop", email = "[email protected]",
role = c("aut", "cre", "cph")),
person("Jennifer", "Ji", role = c("aut"))
)
Description: Fits generalized additive models for the location, scale and shape
parameters of a generalized extreme value response distribution. The
methodology is based on Rigby, R.A. and Stasinopoulos, D.M. (2005),
<doi:10.1111/j.1467-9876.2005.00510.x> and implemented using functions from
the 'gamlss' package <doi:10.32614/CRAN.package.gamlss>.
Imports: gamlss,
gamlss.dist,
nieve,
stats
License: GPL (>= 3)
LazyData: TRUE
Encoding: UTF-8
Depends:
R (>= 4.1.0)
Suggests:
testthat (>= 3.0.0)
URL: https://paulnorthrop.github.io/gamlssx/, https://github.com/paulnorthrop/gamlssx
BugReports: https://github.com/paulnorthrop/gamlssx/issues
Config/testthat/edition: 3
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)