Statistics

  • Thread starter Thread starter William
  • Start date Start date
W

William

Hi,

Looking at the data below is there a way for Excell to
tell me
Is there any correlation between column B numbers and the
value of Column A on the next day (Did it follow that
trend?)?

Thanks
William

A B
58.63 0.06
58.27 1.42
58.66 0.68
59.21 -0.32
59.73 -1.68
59.57 0.70
59.43 1.01
 
William -
Looking at the data below is there a way for Excell to tell me Is there
any correlation between column B numbers and the value of Column A on the
next day (Did it follow that trend?)?
A B
58.63 0.06
58.27 1.42
58.66 0.68
59.21 -0.32
59.73 -1.68
59.57 0.70
59.43 1.01

Depending on how you've arranged the data, you could use
=CORREL(B1:B6,A2:A7) or something similar (to measure the extent of linear
relationship).

But you may gain more insight if you "look at the data" using two series on
a line chart first.

- Mike Middleton, www.usfca.edu/~middleton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SUM AND COUNT 3
Count and Sum Function 3
Count function 4
Limited to 7 IF Statements 2
Can Excel reveal factors for success? 1
Windows 10 Windows 10 Fall Creators Update 15
Key Card Software (Auric) 7
Formula Question 5

Back
Top