Overview of StatsBase.jl
masterStatsBase.jl is a Julia package providing fundamental statistical support. It is designed to handle a wide range of common statistical operations on data, including:
- Scalar statistics: Basic descriptive statistics.
- High-order moments: Computation of moments beyond the mean and variance.
- Counting and Ranking: Frequency counts and order statistics.
- Covariances: Measuring relationships between variables.
- Sampling: Methods for drawing samples from data.
- Empirical density estimation: Estimating the underlying probability density function of a dataset.