Package: gkwdist Title: Generalized Kumaraswamy Distribution Family Version: 1.1.4 Authors@R: c(person(given = "José Evandeilton", family = "Lopes", role = c("aut", "cre"), email = "evandeilton@gmail.com", comment = c(ORCID = "0009-0007-5887-4084"))) Description: Implements the five-parameter Generalized Kumaraswamy ('gkw') distribution proposed by 'Carrasco, Ferrari and Cordeiro (2010)' and its seven nested sub-families for modeling bounded continuous data on the unit interval (0,1). The 'gkw' distribution extends the Kumaraswamy distribution described by Jones (2009) . Provides density, distribution, quantile, and random generation functions, along with analytical log-likelihood, gradient, and Hessian functions implemented in 'C++' via 'RcppArmadillo' for maximum computational efficiency. Suitable for modeling proportions, rates, percentages, and indices exhibiting complex features such as asymmetry, or heavy tails and other shapes not adequately captured by standard distributions like simple Beta or Kumaraswamy. License: MIT + file LICENSE URL: https://github.com/evandeilton/gkwdist, https://evandeilton.github.io/gkwdist/ BugReports: https://github.com/evandeilton/gkwdist/issues Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: Rcpp, RcppArmadillo, magrittr, numDeriv LinkingTo: Rcpp, RcppArmadillo Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 NeedsCompilation: yes VignetteBuilder: knitr Repository: https://evandeilton.r-universe.dev Date/Publication: 2026-05-27 19:34:46 UTC RemoteUrl: https://github.com/evandeilton/gkwdist RemoteRef: HEAD RemoteSha: 84a40a73a9e84d9f0ef3886b84f4c0652d82db20 Packaged: 2026-06-24 10:09:43 UTC; root Author: José Evandeilton Lopes [aut, cre] (ORCID: ) Maintainer: José Evandeilton Lopes