Sqlite3Stats.jl icon indicating copy to clipboard operation
Sqlite3Stats.jl copied to clipboard

Using Rmath.jl functions instead of ones in Distributions.jl

Open jbytecode opened this issue 3 years ago • 0 comments

Rmath.jl implements dxxx, pxxx, qxxx, rxxx functions for the probability density/mass functions where d is distribution, q is quantile, p is probability, r is random.

Replacement of Distributions with these functions seems faster.

jbytecode avatar Sep 14 '22 17:09 jbytecode