Sorry, Measurement Studio does not have a method for calculating the correlation coefficient of two arbitrary input arrays. Generally, we return statistical error in the form of the mean squared error when you perform a statistical operation such as a curve fit. You will find that some methods in the Statistics class come in handy when calculating a correlation coefficient, though.
The correlation coefficient is the covariance of the two arrays divided by the product of the variances of each array. The covariance is the average of the product of the differences of each pair of correlated elements from their respective means. Do a web search on "random variable statistics correlation coefficient" to get an abundance of websites that will give you formulas
for this computation.
Good luck with your project.
Tony H
Measurement Studio