WorksheetFunction.Var_P メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
引数を母集団全体と見なし、母集団の分散 (標本分散) を返します。
public double Var_P (object Arg1, object Arg2, object Arg3, object Arg4, object Arg5, object Arg6, object Arg7, object Arg8, object Arg9, object Arg10, object Arg11, object Arg12, object Arg13, object Arg14, object Arg15, object Arg16, object Arg17, object Arg18, object Arg19, object Arg20, object Arg21, object Arg22, object Arg23, object Arg24, object Arg25, object Arg26, object Arg27, object Arg28, object Arg29, object Arg30);
Public Function Var_P (Arg1 As Object, Optional Arg2 As Object, Optional Arg3 As Object, Optional Arg4 As Object, Optional Arg5 As Object, Optional Arg6 As Object, Optional Arg7 As Object, Optional Arg8 As Object, Optional Arg9 As Object, Optional Arg10 As Object, Optional Arg11 As Object, Optional Arg12 As Object, Optional Arg13 As Object, Optional Arg14 As Object, Optional Arg15 As Object, Optional Arg16 As Object, Optional Arg17 As Object, Optional Arg18 As Object, Optional Arg19 As Object, Optional Arg20 As Object, Optional Arg21 As Object, Optional Arg22 As Object, Optional Arg23 As Object, Optional Arg24 As Object, Optional Arg25 As Object, Optional Arg26 As Object, Optional Arg27 As Object, Optional Arg28 As Object, Optional Arg29 As Object, Optional Arg30 As Object) As Double
パラメーター
- Arg1
- Object
数値 1, 数値 2, … : 母集団全体に対応する数値を指定します。引数は 1 ~ 30 個まで指定できます。
- Arg2
- Object
- Arg3
- Object
- Arg4
- Object
- Arg5
- Object
- Arg6
- Object
- Arg7
- Object
- Arg8
- Object
- Arg9
- Object
- Arg10
- Object
- Arg11
- Object
- Arg12
- Object
- Arg13
- Object
- Arg14
- Object
- Arg15
- Object
- Arg16
- Object
- Arg17
- Object
- Arg18
- Object
- Arg19
- Object
- Arg20
- Object
- Arg21
- Object
- Arg22
- Object
- Arg23
- Object
- Arg24
- Object
- Arg25
- Object
- Arg26
- Object
- Arg27
- Object
- Arg28
- Object
- Arg29
- Object
- Arg30
- Object
戻り値
注釈
Var_P は、引数が母集団全体であることを前提としています。 データが母集団のサンプルを表す場合は、 を使用 Var_S(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)して分散を計算します。
引数には、数値、数値配列、または数値を含む範囲を参照する名前かセル参照を指定します。
引数として指定した論理値、および、数値を表す文字列が計算の対象となります。
引数が配列またはセル範囲である場合、その中に含まれる数値だけが計算の対象となります。 空白セル、論理値、文字列、またはエラー値はすべて無視されます。
エラー値または数値に変換できない文字列を引数に指定すると、エラーになります。
Var_Pの数式は次のとおりです。
図 1: Var_P メソッドの数式
ここで、x はサンプル平均 AVERAGE(number1,number2,...) で、n はサンプル サイズです。