Details
-
Type:
Task
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Fix Version/s: 10.2
-
Component/s: None
-
Labels:None
Description
When analyzing skewed data, median can be a better measure than mean.
Currently this can be implemented with a User Defined Function (e.g. http://www.mooreds.com/wordpress/archives/376), however this requires more overhead when upgrading and deploying database. This can also be handled with a query (e.g. http://stackoverflow.com/questions/1291152/simple-way-to-calculate-median-with-mysql), however that has a performance hit.
Would adding a new aggregate function be possible?
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Yes, possible. But it's unlikely that we will have resources to do that anytime soon.
On the other hand, we'd be happy to apply a patch that implements this function, if someone would provide it to us.
https://kb.askmonty.org/en/contributing-code/