Function Variance

Part of:

package cl-mathstats
( variance &rest < args > )
VARIANCE (DATA &KEY START END KEY)
Returns the variance of `data,' that is, the `sum-of-squares' divided by n-1. Signals `no-data' if there is no data. Signals `insufficient-data' if there is only one datum.