Use mean when the data is balanced enough to share the load
The mean is strong when values are reasonably balanced and you want every observation to influence the result. It becomes less representative when one or two extreme values pull the center away from what feels typical.
- Use Average or Mean when the data has no major outliers.
- Expect the mean to move more than the median when one extreme point enters the set.
- Check whether the result still feels representative before you report it as the main center.