SampleSDY 命令
- SampleSDY( <List of Points> )
-
返回 样本标准差 的 y y 坐标的 Points_and_Vectors 在给定 Lists .
SampleSDY({(2, 3), (1, 5), (3, 6), (4, 2), (1, 1), (2, 5)})
结果为
a = 1.97
.
返回 样本标准差 的 y y 坐标的 Points_and_Vectors 在给定 Lists .
SampleSDY({(2, 3), (1, 5), (3, 6), (4, 2), (1, 1), (2, 5)})
结果为
a = 1.97
.