Correlation Coefficient (Spearman) VI

Owning Palette: Probability & Statistics VIs

Requires: Full Development System

Computes the Spearman's rank correlation coefficient between input sequences X and Y.

Details  

 Add to the block diagram  Find on the palette
X is the first input sequence.
Y is the second input sequence.
correlation coefficient r returns the correlation coefficient between X and Y.
r^2 returns the square of correlation coefficient r.

Correlation Coefficient (Spearman) Details

The Spearman's rank correlation coefficient is a non-parametric measure of monotone association between two data sets and is defined as the linear correlation coefficient applied to the rank-transformations of X and Y. Use the Spearman's rank correlation coefficient when the distribution of the data makes the Pearson's correlation coefficient undesirable or misleading.