I can’t type in what I want, it is just too too TOO big of a job. I want to do a very large data set correlation with another data set of identical size. Each data set is 500 days vertical in LibreOffice CALC. One data set horizontally is columns of TemperatureOfCity#1 through TemperatureOfCity#600 and the vertical axis is 500 days for each column. The other data set horizontally is columns of HumidityOfCity#1 through HumidityOfCity#600 and the vertical axis is 500 days for each column.
Notice one data set is Temperature and the other data set is Humidity. Each data set contains 500(days)X600(cities) pieces of data.
I would like to get 360,000 correlations. That would be to correlate today’s temperature in all the cities with tomorrow’s humidity in all the cities. That means an array of correlations of 600(TemperatureCityColumns) x 600(HumidityCityColumns) or 360,000 entries. I might just burn up the i7 CPU trying to figure this out wink wink. The problem is that I can’t type in 360,000 correlation entries, I just don’t have enough time left.
Example
=CORREL(AA1001:AA1501,AA2001:AA2501) correlates TemperatureOfCity#1 to HumidityOfCity#1 over 500 days
=CORREL(AB1001:AB1501,AA2001:AA2501) correlates TemperatureOfCity#2 to HumidityOfCity#1 over 500 days
The problem is I don’t have enough time left to enter 360,000 =correl(… formulas.
Is there some way to automate this? Or has someone already done it so I can use their work?
I can write a [BASIC] program to create an ASCII file with all the formulas in it but I don’t know how to get those ASCII characters into LO Calc as formulas. -OR- Maybe there is an easy way I don’t know about. I expect to get 360,000 results if I don’t burn up the CPU.
This is an LO CALC BIG array question, I’m trying to do a correlation and can’t figure a realistic way to do it. Any suggestions?
Thanks for your time - Mike