math:std-deviation   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm

Implementation

(define math:std-deviation
   (lambda (lst)
      (sqrt (math:variance lst))))


Back to Index