JuliaStats / StatsKit.jl

Convenience meta-package to load essential packages for statistics
Other
139 stars 16 forks source link
batteries-included julia meta-package statistics

StatsKit.jl

Build status

This is a convenience meta-package which allows loading essential packages for statistics in one command:

using StatsKit

Currently this loads the Statistics standard library module, and the following packages:

This package is intended for users of statistics packages who want to get started with one import. Packages themselves should continue to list individual packages in they dependencies rather than StatsKit as a whole.