Function Standard-Deviation

Part of:

package cl-mathstats
( standard-deviation &rest < args > )
STANDARD-DEVIATION (DATA &KEY START END KEY)
Returns the standard deviation of `data,' which is just the square root of the variance. Signals `no-data' if there is no data. Signals `insufficient-data' if there is only one datum.