Carrot reference
Methods
.mean()
returns the mean average value of a sequence docid\ jg4itlqwafzlparttfo67 or list docid\ xwh cukhj9waqaefb7h71 , optionally evaluating an expression syntax mean() returns the mean average numeric value in the sequence or list mean{expression} returns the mean average, after evaluating the carrot expression on each element of the sequence or list examples \[1, 2, 3, 4] mean() returns 2 5 \[1, 2, 3, 4] mean{it 3} returns 7 5 db job find{dept\ engineering} mean{basecomp} returns the mean average base compensation in the engineering department