StatsKit.jl

October 17, 2022 ยท View on GitHub

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.