Skip to main content

Crate so_stats

Crate so_stats 

Source
Expand description

Statistical functions and distributions for StatOxide

This crate provides:

  • Descriptive statistics (mean, variance, skewness, kurtosis, quantiles)
  • Probability distributions (Normal, t, Chi-Square, F, etc.)
  • Statistical tests (t-test, z-test, chi-square test, ANOVA)
  • Correlation measures (Pearson, Spearman, Kendall)
  • Statistical distances (KL divergence, Wasserstein distance)

Re-exports§

pub use correlation::*;
pub use descriptive::*;
pub use distance::*;
pub use distributions::*;
pub use tests::*;

Modules§

correlation
Correlation measures and related statistics
descriptive
Descriptive statistics functions
distance
Statistical distances and divergences
distributions
Probability distributions for statistical computing
tests
Statistical tests and hypothesis testing