Sqlite3Stats.jl
Sqlite3Stats.jl copied to clipboard
Using Rmath.jl functions instead of ones in Distributions.jl
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.