SDY Command
- SDY( <List of Points> )
-
Returns the standard deviation of the y-coordinates of the points in the given list.
SDY({(1, 1), (2, 2), (3, 1), (3, 3), (4, 2), (3, -1)})
yields a = 1.25.
Returns the standard deviation of the y-coordinates of the points in the given list.
SDY({(1, 1), (2, 2), (3, 1), (3, 3), (4, 2), (3, -1)})
yields a = 1.25.