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

概要

This function returns the sample covariance, which is the average of the products of deviations for each data point pair in two sets of numbers.

書式

COVARIANCE.S(array1,array2)

引数

引数として指定する2つのデータ配列は、次の基準を満たす必要があります。

解説

Use this covariance function to determine the relationship between two sets of data. For example, you can determine whether greater income accompanies greater levels of education.

データ型

Accepts arrays of numeric data for both arguments. Returns numeric data.

サンプル

COVARIANCE.S(J2:J5,L2:L5)

COVARIANCE.S(R2C12:R15C12,R2C14:R15C14)

COVARIANCE.S({7,5,6},{7,4,4}) gives the result 1.5

COVARIANCE.S({5,10,15,20,25},{4,8,16,32,64}) gives the result 180

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

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

 関連トピック

COVAR
COVARIANCE.P

 

 


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