avg(), mean()

avg() and mean() calculates the arithmetic mean for the selected table column.

%dpl
index=f17 | chart avg(offset) by _time
%dpl
index=f17 | chart mean(offset) by _time

example of avg() and mean() functions

Both avg() and mean() calculates the average in the same way. mean() uses avg() function for the calculation which therefore gives exactly the same value as avg().