Function Variance

Part of:

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

variance (data &key start end key)
Returns the variance of data,&#39; that is, the sum-of-squares' divided by
n-1. Signals no-data&#39; if there is no data. Signals insufficient-data' if
there is only one datum.