Manuals/calci/PEARSON

From ZCubes Wiki
Revision as of 21:41, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''PEARSON'''(Array1, Array2) where, '''Array1,''' -  represents a set of independent values. '''Array2'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PEARSON(Array1, Array2)

where,

Array1, -  represents a set of independent values.

Array2 - represents a of dependent values.


Returns the Pearson product momment correlation coefficient(P).

Formula :-

P =


If Length of Array1 =! Length of Array2 , PEARSON returns the #ERROR.

PEARSON


Lets see an example in (Column3, Row1)

=PEARSON(R1C1:R6C1, R1C2:R6C2)

PEARSON returns -0.015.811.


Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4
Row1 5 1 -0.015811
Row2 8 2
Row3 9 5
Row4 7 8
Row5 1 4
Row6 2 6