Package: DPQ
Title: Density, Probability, Quantile ('DPQ') Computations
Version: 0.4-1
Date: 2020-06-17
Authors@R: c(person("Martin","Maechler", role=c("aut","cre"),
                    email="maechler@stat.math.ethz.ch", comment = c(ORCID = "0000-0002-8685-9910"))
  , person("Morten",   "Welinder",    role = "ctb", comment = "pgamma C code, see PR#7307, Jan. 2005; further pdhyper()")
  , person("Wolfgang", "Viechtbauer", role = "ctb", comment = "dtWV(), 2002")
  , person("Ross",     "Ihaka",       role = "ctb", comment = "src/qchisq_appr.c")
  , person("Marius",   "Hofert",      role = "ctb", comment = "lsum(), lssum()")
  , person("R-core", email = "R-core@R-project.org", role = "ctb", comment = "src/{dpq.h, algdiv.c, pnchisq.c}")
  , person("R Foundation", role = "cph", comment = "src/qchisq-appr.c")
  	     )
Description: Computations for approximations and alternatives for the 'DPQ'
  (Density (pdf), Probability (cdf) and Quantile) functions for probability
  distributions in R.
  Primary focus is on (central and non-central) beta, gamma and related
  distributions such as the chi-squared, F, and t.
  --
  This is for the use of researchers in these numerical approximation
  implementations, notably for my own use in order to improve R`s own
   pbeta(), qgamma(), ..., etc: {'"dpq"'-functions}.
  -- We plan to complement with 'DPQmpfr' to be suggested later.
Depends: R (>= 3.6.0)
Imports: stats, graphics, methods, utils, sfsmisc
Suggests: Rmpfr, Matrix, MASS, mgcv, scatterplot3d, akima
SuggestsNote: Matrix only for its "test-tools-1.R"; mgcv,scatt..,akima:
        some tests/
License: GPL (>= 2)
Encoding: UTF-8
Author: Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>),
  Morten Welinder [ctb] (pgamma C code, see PR#7307, Jan. 2005; further
    pdhyper()),
  Wolfgang Viechtbauer [ctb] (dtWV(), 2002),
  Ross Ihaka [ctb] (src/qchisq_appr.c),
  Marius Hofert [ctb] (lsum(), lssum()),
  R-core [ctb] (src/{dpq.h, algdiv.c, pnchisq.c}),
  R Foundation [cph] (src/qchisq-appr.c)
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
Repository: CRAN
Repository/R-Forge/Project: specfun
Repository/R-Forge/Revision: 146
Repository/R-Forge/DateTimeStamp: 2020-06-19 15:47:17
Date/Publication: 2020-06-19 23:00:05 UTC
NeedsCompilation: yes
Packaged: 2020-06-19 16:08:28 UTC; rforge
