-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 981 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
32 lines (32 loc) · 981 Bytes
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
Package: tweedieDistr
Title: Tweedie Distribution
Version: 0.2.0
Authors@R:
person("Stefano", "Damato", , "stefanodamato128@gmail.com", role = c("aut", "cre"))
Description: Provides density, distribution function, quantile function, and random
generation for the Tweedie distribution under the compound Poisson-Gamma
parameterisation with power parameter in (1, 2). The density is evaluated
using the series expansion of Dunn and Smyth (2005) <doi:10.1007/s11222-005-4070-y>,
implemented in C++ via 'Rcpp' and 'RcppArmadillo' for performance.
License: LGPL (>= 3)
URL: https://github.com/StefanoDamato/tweedieDistr
BugReports: https://github.com/StefanoDamato/tweedieDistr/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
Rcpp,
stats
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
covr,
ggdist,
ggplot2,
testthat (>= 3.0.0),
tibble,
tweedie
Config/testthat/edition: 3