Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
vishs
 
Posts: n/a
Default how do I generate an array of correlated values

I want to generate a column of 3 CORREL values.
Each CORREL value will be derived by CORREL(A=1x4 array, B=3x4 array)
Can I do this by functions without using macros? Should be generic enough.
Example:
A=(10, 20, 30, 40)
B=(B1,
B2,
B3)
B1=(11, 12, 13, 14)
B2=(15, 16, 17, 18)
B3=(19, 20, 21, 22)
Result = (CORREL(A,B1),
CORREL(A,B2),
CORREL(A,B3))
  #2   Report Post  
Michael R Middleton
 
Posts: n/a
Default

vishs -

Perhaps you could use the Correlation data analysis tool.

- Mike

www.mikemiddleton.com

I want to generate a column of 3 CORREL values.
Each CORREL value will be derived by CORREL(A=1x4 array, B=3x4 array)
Can I do this by functions without using macros? Should be generic enough.
Example:
A=(10, 20, 30, 40)
B=(B1,
B2,
B3)
B1=(11, 12, 13, 14)
B2=(15, 16, 17, 18)
B3=(19, 20, 21, 22)
Result = (CORREL(A,B1),
CORREL(A,B2),
CORREL(A,B3))



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where is the bug in my array? Gail Gurman Excel Discussion (Misc queries) 1 January 25th 05 12:36 AM
Second serie doesn't use X-as values JackRnl Charts and Charting in Excel 1 January 20th 05 01:04 AM
Generating Correlated Random Values in Excel Randy Excel Discussion (Misc queries) 2 January 16th 05 09:50 PM
VBA Import of text file & Array parsing of that data Dennis Excel Discussion (Misc queries) 4 November 28th 04 10:20 PM
Keeping Array values? MJSlattery Excel Worksheet Functions 0 November 5th 04 08:25 PM


All times are GMT +1. The time now is 03:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"