Problem 43274. Calculate correlation.

There are two data.

y1=[0 1 2 3 4]'
y2=[2 3 4 5 6]'

We can see positive relationship between y1 and y2. The relationship between two data can be estimated using correlation coefficients.

https://en.wikipedia.org/wiki/Correlation_and_dependence

Calculate this between y1 and y2.

Solution Stats

40.0% Correct | 60.0% Incorrect
Last Solution submitted on Feb 08, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers69

Suggested Problems

More from this Author27

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!