Statistics that live in your SQL
2 days ago
- #duckdb
- #open-source
- #statistics
- the-stats-duck v0.6.0 (named i-m-not-dead) is an open-source DuckDB extension for statistics.
- It enables statistical functions like distributions, tests, regression, and plots directly in SQL.
- Features include: meta() for table profiling, lm() for regression, bootstrap() for confidence intervals.
- Adds a plot grammar (ggsql) with violin marks, 2-D facets, and STAT smooth for LOESS trends.
- Introduces 10 new distributions and faster file reading (52x speedup for SAS/SPSS/Stata files).