Function Mean

Part of:

package cl-mathstats
( mean &rest < args > )
MEAN (DATA &KEY START END KEY)
Returns the arithmetic mean of `data,' which should be a sequence. Signals `no-data' if there is no data.