![]() |
| サイトマップ | |
|
関数 stddev
は、指定した範囲の標準偏差を次式で計算し、その結果を返します。
stddev
(range)
引数 range には 1つの範囲 ({}
で指定) 、もしくは、ワークシートの1列を指定します。範囲内に欠損値や文字列が含まれている場合は無視されます。
stddev(x)
は 0.70711 を返します。
The stddev function returns the standard deviation of the specified range, as defined by:
stddev(range)
The range argument must be a single range (indicated with the {} brackets) or a worksheet column. Any missing value or text string contained within a range is ignored.
For the range x = {1,2}, the operation stddev(x) returns a value of .70711.