commonstats 0.1.0

WASM-first Rust statistics: descriptives, hypothesis tests, distributions, density estimation, transforms, and resampling — validated against SciPy/R.
Documentation
{
"matrix": [
[
2.0,
4.0,
3.0,
5.0
],
[
1.0,
4.0,
4.0,
4.0
],
[
3.0,
6.0,
4.0,
8.0
]
],
"ref": [
2.0,
3.6666666666666665,
4.666666666666667,
5.666666666666667
],
"expected": [
[
2.0,
4.666666666666667,
3.6666666666666665,
5.666666666666667
],
[
2.0,
4.666666666666667,
4.666666666666667,
4.666666666666667
],
[
2.0,
4.666666666666667,
3.6666666666666665,
5.666666666666667
]
]
}