StatsKit.jl
October 17, 2022 ยท View on GitHub
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:
- Bootstrap
- CategoricalArrays
- Clustering
- CSV
- DataFrames
- Distances
- Distributions
- GLM
- HypothesisTests
- KernelDensity
- Loess
- MultivariateStats
- MixedModels
- StatsBase
- ShiftedArrays
- TimeSeries
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.