# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "tweedieDistr" in publications use:' type: software license: LGPL-3.0-or-later title: 'tweedieDistr: Tweedie Distribution' version: 0.1.0 doi: 10.32614/CRAN.package.tweedieDistr abstract: 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) , implemented in C++ via 'Rcpp' and 'RcppArmadillo' for performance. A constructor compatible with the 'distributional' package is also provided for use in tidy modelling workflows. authors: - family-names: Damato given-names: Stefano email: stefanodamato128@gmail.com repository: https://stefanodamato.r-universe.dev repository-code: https://github.com/StefanoDamato/tweedieDistr commit: 473345d9efeb94fed2b3cbc25530bddcbbb3a26f url: https://github.com/StefanoDamato/tweedieDistr date-released: '2026-07-16' contact: - family-names: Damato given-names: Stefano email: stefanodamato128@gmail.com