There was an error while loading. Please reload this page.
Returns the standard deviation of a list.
Example 1: Show some variability information of a list
> (define lst '(1 2 3 4 5 6 7 8 9)) > (std lst) 2.581988897471611 > (variance lst) 20/3 > (rms lst) 16.881943016134134