SampleVariance 命令

SampleVariance( <List of Raw Data> )

返回 样本方差 给定数字列表的。

SampleVariance({1, 2, 3, 4, 5}) 得出 a = 2.5 .

SampleVariance( <List of Numbers>, <List of Frequencies> )

返回 样本方差 具有指定频数的给定数字列表的。

SampleVariance({1, 2, 3, 4, 5}, {3, 2, 4, 4, 1}) 得出 a = 1.67 .

如果 Menu view spreadsheet.svg CAS_View contains undefined variables, this command yields a formula for the sample variance.

SampleVariance({a, b, c}) 中的列表包含未定义变量,此命令将得出样本方差的公式。