Function Mean

Part of:

package cl-mathstats
( mean &rest < args > )

mean (data &key start end key)
Returns the arithmetic mean of data,&#39; which should be a sequence.<br> <br> Signals no-data' if there is no data.