JuliaStats / Statistics.jl

The Statistics stdlib that ships with Julia.
https://juliastats.org/Statistics.jl/dev/
Other
71 stars 40 forks source link
julialang statistics

Statistics.jl

Build status

Development repository for the Statistics standard library (stdlib) that ships with Julia.

Using the development version of Statistics.jl

If you want to develop this package, do the following steps:

If you need to build Julia from source with a git checkout of Statistics, then instead use make DEPS_GIT=Statistics when building Julia. The Statistics repo is in stdlib/Statistics, and created initially with a detached HEAD. If you're doing this from a pre-existing Julia repository, you may need to make clean beforehand.