What problem does it solve?
Comprehensive statistical testing library providing a unified interface for hypothesis testing, normality checks, time-series analysis, and model diagnostics to accelerate data-driven decisions.
Core Features & Use Cases
- NormalityTests: assess distributional assumptions with Shapiro-Wilk, KS, and more.
- LocationTests: compare means/medians across groups (t-tests, ANOVA, non-parametric tests).
- CorrelationTests: measure relationships and independence (Pearson, Spearman, Kendall, chi-square, Fisher).
- TimeSeriesTests: test stationarity, autocorrelation, and cointegration in time-series data.
- ModelDiagnostics: diagnose heteroscedasticity, autocorrelation, multicollinearity, and residual properties.
- Use cases: data-quality checks, A/B testing workflows, and regression diagnostics across datasets.
Quick Start
Install the library and run NormalityTests on a sample array to obtain a p-value and a verdict.