solow-stats
Statistical diagnostics and hypothesis tests, validated against an authoritative reference implementation.
The crate provides the standard battery of regression-diagnostic and
normality tests, simple weighted descriptive statistics, two-sample
location tests, autocorrelation tests, and multiple-testing corrections.
Every public quantity is cross-validated to tight tolerances against the
reference (see tests/reference.rs).
use array;
use durbin_watson;
let resid = array!;
let dw = durbin_watson;
assert!;