Advanced-excel-functions-advanced-excel-statistical-standardize-function

提供:Dev Guides
移動先:案内検索

統計-STANDARDIZE関数

説明

STANDARDIZE関数は、meanとstandard_devで特徴付けられる分布から正規化された値を返します。

構文

STANDARDIZE(x, mean, standard_dev)

引数

Argument Description Required/Optional
X The value you want to normalize. Required
Mean The arithmetic mean of the distribution. Required
Standard_dev The standard deviation of the distribution. Required

ノート

  • 正規化された値の方程式は- + Z = \ frac \ {X- \ mu} \ {\ sigma}
  • standard_dev≤0の場合、STANDARDIZEは#NUM!を返します。 エラー値
  • 指定された引数のいずれかが非数値の場合、STANDARDIZEは#VALUE!を返します。 エラー値

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

関数の標準化