new pnchisq() and its auxiliary ss(); both "mpfr"-ized from DPQ.
import lbeta() from Rmpfr and also ensure
pbeta_ser() works with "mpfr"-numbers (even when
verbose = TRUE).
stirlerrSer(n, k) now allows k <= 22.
add some \link[<pkg>]{..} as now required.
dtWVm() is an “mpfr-ized” version of DPQ's
dtWV().
gam1M(), lgamma1pM(), and algdivM()
each generalize the corresponding function in package DPQ
for the use with Rmpfr's "mpfr" numbers, notably
avoiding cancellation by adding additional precision bits.
New pbeta_bpser() using the 3 auxiliary functions for an
mpfr-ized version of R's pbeta().
More non-central t probability computations .. unfinished currently
internal dpoisEr(), gets arg log2.min, back to previous (2020)
value, such that "correct underflow" in R does not give rel.err of -1.
dntJKBm() is deprecated, as DPQ's
dntJKBf() works already perfectly “mpfr-ized”.
utility functions for testing dpois_raw() etc,
notably for package DPQ.
new “mpfr-ized” pnormAsymp() and qnormAsymp()
new ldexp(f, E) utility.
URLs in ‘DESCRIPTION’
stirlerrM(n) and stirlerrSer(n,k) providing
Stirling's formula approximation errors for bigrational ("bigz") or
"mpfr" numbers.
dhyperQ(), phyperQ(), and phyperQall() for
exact hypergeometric probabilities (as “big rational”s,
i.e., gmp package's "bigq").
Finally export (and add to svn!) dbetaD94(),
pbetaD94(), and qbetaD94().
Add log_scale option to both pbeta*() and qbeta*().
“mpfr-ize” more, notably pnorm*() from
DPQ (0.4-2).