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