PowerTools SPREAD for ASP.NET 8.0J 関数リファレンス
STDEV.S

概要

This function returns the standard deviation based on a sample (of numeric values).

書式

STDEV.S(value1,value2,...)

引数

Each argument can be a cell, a cell range, a float value, or an integer value. This function can have up to 255 arguments.

解説

The standard deviation is a measure of how widely values are dispersed from the average value. If your data represents the entire population, then compute the standard deviation using the STDEV.P function.

The standard deviation is calculated using the "n-1" method.

Logical values and text representations of numbers that are typed into the list of arguments are counted. If an argument is an array or reference, only numbers in that array or reference are counted. Empty cells, error values, logical values, or text in the array or reference are ignored.

The equation for calculating the standard deviation for a population is:

STDEV.S Equation

where x is the sample mean, AVERAGE(number1,number2,…), and n is the number of values.

データ型

Accepts numeric data for all arguments. Returns numeric data.

サンプル

STDEV.S(A1,B2,C3,D4,E5,F6)

STDEV.S(A1:A9)

STDEV.S(R1C2,R3C4,R4C5,R7C2)

STDEV.S(95,89,73,87,85,76,100,96,96) gives the result 9.342257638

使用可能な製品バージョン

製品バージョン 7.0 以降で使用できます。

 関連トピック

STDEV.P

 

 


Copyright © 2003-2015 GrapeCity inc. All rights reserved.