Is this correlation $$r=\frac{\sum_{i=1}^nx_iy_i-\overline y\sum_{i=1}^nx_i}{\sqrt{(\sum x_i^2-\overline x\sum_{i=1}^nx_i)(\sum y_i^2-\overline y\sum_{i=1}^ny_i)}}$$ equivalent to the correlation of Mathematica
??
I new with this topics and I have a bunch of data and I need to compute the correlation, so I was just trying to find some software to make evertyhing easier.
Comment: Suggest you investigate R statistical software.
Available without cost from
r-project.org. Lots of blogs, etc. online to offer help.Don't try to learn 'everything' at once. Learn how to use R for each new topic as the need arises.
Brief demo: