SampleSDX 命令
- SampleSDX( <List of Points> )
-
返回 样本标准差 的 x -坐标的 Points_and_Vectors 在给定 Lists .
SampleSDX({(2, 3), (1, 5), (3, 6), (4, 2), (1, 1), (2, 5)})
得出
a = 1.17
.
返回 样本标准差 的 x -坐标的 Points_and_Vectors 在给定 Lists .
SampleSDX({(2, 3), (1, 5), (3, 6), (4, 2), (1, 1), (2, 5)})
得出
a = 1.17
.