Skip to content

JuliaStats/StatsKit.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.