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

sum

関数 sum は、リスト順に累積和を計算し、対応する数値範囲を返します。値が順に累積的に加算されていきます。

範囲の最初の数値には加算する数値がありませんので、結果の最初の数値は常に配列の最初の数値と等しくなります。

 

構文

sum(range)

引数 range には 1つの範囲 ({} で指定) 、もしくは、ワークシートの1列を指定します。範囲内に欠損値や文字列が含まれている場合は欠損値または文字列として返されます。

 

 

関連情報

 

sum

The function sum returns a range of numbers representing the accumulated sums along the list. The value of the number is added to the value of the preceding cumulative sum.

Because there is no preceding number for the first number in a range, the value of the first number in the result is always the same as the first number in the argument range.

Syntax

sum(range)

The range argument must be a single range (indicated with the { } brackets) or a worksheet column. Any text string or missing value contained within the range is returned as the string or missing value.

Example

For x = {2,6,7}, the operation sum(x) returns a value of {2,8,15}.

For y = {4,12,-6}, the operation sum(y) returns a value of {4,16,10}.

 

関連情報

 

前のページにもどる