There are a number of different ways of averaging a dataset, each with a specific definition. For example,
- mean: Sum of $N$ values divided by $N$
- median: The $(N+1)/2$ term after $N$ values are sorted
- mode: The most common value in a dataset
I am looking for a term for the $(\text{min}+\text{max})/2$, the 'middle' of a set of data. Is there a specific term for this definition already?