Support of Mode(Statistics)
Open
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
Description
Add support of [Mode](https://en.wikipedia.org/wiki/Mode_(statistics)) Function.
A couple of strategies for calculating the same can be implemented.
1. Max among the Mode values.
2. Min among the Mode values.
3. Avg among the Mode values.
Contributor guide
Research direction
The issue names no files or tests. Start by reviewing Pinot’s existing statistical-function entry points and decide whether mode should use the maximum, minimum, or average of tied values; done means the selected behavior is implemented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100