chickadee » numchi » array-var

array-var a #!key axis (dtype generic-storage-class)procedure

Returns the variance of the array elements, along given axis.

DIFF: This procedure will return variance as exact numbers where possible, so on (array-default-copy #t) the returned array has the generic storage class by default.

Similar: ndarray.var