# ------------------------------------------------ # 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 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://cran.r-universe.dev repository-code: https://github.com/StefanoDamato/tweedieDistr commit: be5c20a4b9ee61bfe9a9a890f19289da3f970071 url: https://github.com/StefanoDamato/tweedieDistr date-released: '2026-07-15' contact: - family-names: Damato given-names: Stefano email: stefanodamato128@gmail.com