Differentially-private count (Laplace mechanism, sensitivity=1)
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| values | JSON | — |
| epsilon(optional) | DOUBLE | — |
DP count with high epsilon = close to true count
SELECT
dp_count (JSON('[1,1,1,0,1,0,1,1,1,0]'), epsilon := 100.0);Bayesian A/B test (Beta-Binomial) returning full posterior + recommendation
Assess the confidence/quality of a cascade execution result.
Compare values in a group for similarities, differences, and patterns
Generate the strongest counterargument to a position
Differentially-private mean (Laplace mechanism)
Detect logical fallacies in an argument
Differentially-private count (Laplace mechanism, sensitivity=1)
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| values | JSON | — |
| epsilon(optional) | DOUBLE | — |
DP count with high epsilon = close to true count
SELECT
dp_count (JSON('[1,1,1,0,1,0,1,1,1,0]'), epsilon := 100.0);Bayesian A/B test (Beta-Binomial) returning full posterior + recommendation
Assess the confidence/quality of a cascade execution result.
Compare values in a group for similarities, differences, and patterns
Generate the strongest counterargument to a position
Differentially-private mean (Laplace mechanism)
Detect logical fallacies in an argument