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