Open
Description
I have noticed some irregularities in the API for dstats.distrib and dstats.random.
-
Most of the inverse CDF functions are f(p, param), but some are f(param, p). These are the two that jump out as being opposite of the others: invChiSquareCDFR, invFisherCDFR
-
The names in dstats.random do not match the names in dstats.distrib in some cases. These three jump out: rLogNorm, rNorm, rStudentT
-
Excluding the first time (which obviously should be different), the type signature of
invBinomialCDF
does not match that ofbinomialCDF
. Contrasting invBinomialCDF and binomialCDF,n
isuint
in one andulong
in another.
Metadata
Metadata
Assignees
Labels
No labels