@nhtio/adk/batteries/tools/statistics
Pre-constructed tools for descriptive statistics, correlation, quantiles, and numeric summaries.
Remarks
Pre-constructed bundled tools for the statistics category. Import individually, the whole category, or import every tool via @nhtio/adk/batteries.
Variables
| Variable | Description |
|---|---|
| statsCorrelateTool | Compute the Pearson correlation coefficient between two numeric arrays. |
| statsDescribeTool | Compute descriptive statistics for a JSON array of numbers. |
| statsHistogramTool | Bin a numeric array into equal-width histogram buckets. |
| statsTransformTool | Transform a numeric array — normalise, smooth, rank, or detect outliers. |