nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.67k stars 117 forks source link

Missing stats percentile functions #26

Closed Alain2019 closed 2 years ago

Alain2019 commented 2 years ago

Hi

Could it be possible to add the symmetric percentile functions : 01, 05 and 10 (same logic as 90,95 and 99)?

Or even better a percentile function where the percentile is a parameter.

nalgeon commented 2 years ago

I've just added percentile(x, perc) function in release 0.14.0.