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.9553828101615521,
  "p_value": 0.028091034315286395,
  "is_passed": false,
  "interpretation": "p-value = 0.0281 is less than or equal to 0.05. Reject H0. Significant evidence that residuals deviate from normality.",
  "guidance": "Consider transforming the dependent variable (e.g., log, Box-Cox transformation), using robust standard errors, or applying a different estimation method."
}