commonstats 0.1.0

WASM-first Rust statistics: descriptives, hypothesis tests, distributions, density estimation, transforms, and resampling — validated against SciPy/R.
Documentation
{
"a": [
5.1,
4.9,
6.2,
5.5,
5.8,
6.0,
4.7,
5.3
],
"b": [
6.1,
5.9,
7.0,
6.5,
6.8,
7.2,
5.7,
6.3,
6.6
],
"F": 1.129591836734694,
"df1": 7.0,
"p": 0.8589305449719372,
"xcheck": {
"F": {
"scipy": {
"val": 1.129591836734694,
"rel": 4.836898865833697e-17
},
"r": {
"val": 1.12959183673469,
"rel": 3.4899027646185846e-15
}
},
"p": {
"scipy": {
"val": 0.858930544971937,
"rel": 2.6962435475566003e-16
},
"r": {
"val": 0.858930544971937,
"rel": 2.6962435475566003e-16
}
}
}
}