linreg-core 0.8.1

Lightweight regression library (OLS, Ridge, Lasso, Elastic Net, WLS, LOESS, Polynomial) with 14 diagnostic tests, cross validation, and prediction intervals. Pure Rust - no external math dependencies. WASM, Python, FFI, and Excel XLL bindings.
Documentation
1
2
3
4
5
6
7
8
{
  "test_name": "Shapiro-Wilk Test for Normality",
  "statistic": 0.9878900775816931,
  "p_value": 0.5225613889623827,
  "is_passed": true,
  "interpretation": "p-value = 0.5226 is greater than 0.05. Cannot reject H0. No significant evidence that residuals deviate from normality.",
  "guidance": "The normality assumption appears to be met. Shapiro-Wilk test does not detect significant deviation from normal distribution."
}