HOME > テクニカルサポート > 製品 一覧 > SigmaPlot > ユーザーガイド > トランスフォーム関数一覧
ヒューリンクステクニカルサポート
皆様からのご質問のうち、よくある質問を掲載しました。
更新日: 14/05/08

avg

関数 avg は、範囲内の数値ではなく、異なる範囲にある同一行の数値を平均します。結果として得られる範囲は、引数として代入する範囲を行方向に平均したものです。関数 mean とは異なり、関数 avg はスカラーではなく範囲を返します。

関数 avg は、以下に定義される算術平均を計算します:

関数 avg は、ワークシートの列データではなく行データの平均を計算するために使用します。

 

構文

avg({x1, x2...},{y1, y2...},{z1, z2...})

x1, y1, z1 は、異なる範囲にある同一行の数値です。範囲内に含まれる欠損値や文字列はいずれも文字列や欠損値として返されます。

 

関連情報

avg

The avg function averages the numbers across corresponding ranges, instead of within ranges. The resulting range is the row-wise average of the range arguments. Unlike the mean function, avg returns a range, not a scalar.

The avg function calculates the arithmetic mean, defined as:

The avg function can be used to calculate averages of worksheet data across rows rather than within columns.

Syntax

avg({x1,x2...},{y1,y2...},{z1,z2...})

The x1, y1, and z1 are corresponding numbers within ranges. Any missing value or text string contained within a range returns the string or missing value as the result.

Example

The operation avg({1,2,3},{3,4,5}) returns {2,3,4}. 1 from the first range is averaged with 3 from the second range, 2 is averaged with 4, and 3 is averaged with 5. The result is returned as a range.

 

関連情報

 

前のページにもどる