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,&#39; which is just the square root of<br> the variance.<br> <br> Signals no-data' if there is no data. Signals `insufficient-data' if there is
only one datum.