Extensions / Functions and aggregates
Weighted average aggregate function for PostgreSQL numeric values.
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | weighted_mean |
|---|---|
| Version | 1.0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Archived |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 12 |
| Latest commit | 2015-09-24 |
| Latest release | 2012-04-04 |
| Catalogue updated | 2026-08-30 |
| frkn_avg | C aggregate extension providing my_avg for bigint and floating-point inputs. |
| argm | argmax, argmin, and anyold aggregate functions |
| weighted_stats | Weighted aggregate functions |
| median | Median aggregate function for input sets |
| binvec | C helper for summing integer bit values into arrays |
| first_last | Aggregate functions to return first or last "n" elements in a group |
| trimmed_aggregates | C aggregate functions that discard configurable low/high outliers before computing averages, variances, and standard deviations. |
| numpgsql | Array and numerical computing library for PostgreSQL |
| pg_agg | Experimental aggregate-query support extension; its install script currently creates the untrusted PL/Python language. |
| kissfft | Fast-Fourier transformer (fft) |