mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
The `chi2test` utils so fare were only used within data comparison view. We plan to use it with other plugins, so moving it so a separate package in this PR. `SIGNIFICANCE_LEVELS` was updated to include some more digits. |
||
---|---|---|
.. | ||
compute_chi_2_pvalue.test.ts | ||
compute_chi_2_pvalue.ts | ||
constants.ts | ||
critical_table_lookup.ts | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json | ||
types.ts |
@kbn/ml-chi2test
computeChi2PValue
computes the p-value for how similar the datasets are.
Returned value ranges from 0 to 1, with 1 meaning the datasets are identical.