這是一個優化問題,我希望你的創意SO用戶可能有一個答案。 我有一個大矩陣(500萬x 2)有兩個值:時間和類型。實質上,每個「類型」是它自己的時間序列 - 下面的數據表示三個不同的時間序列(一個用於A,一個用於B,另一個用於C)。有2000個不同的「類型」。 mat
time type
[1,] 50 A
[2,] 50 A
[3,] 12 B
[4,] 24 B
[5,] 8
到prevous post類似,我想修改下面的代碼(from example in the R documentation for pairs() command): ## put (absolute) correlations on the upper panels,
## with size proportional to the correlations.
panel.cor <- fu
我有一個巨大的數據框5600 X 6592,我想刪除任何相互關聯的變量超過0.99我知道如何做這個很長的路,一步一步即形成一個相關矩陣,四捨五入的值,刪除類似的,並使用索引再次獲得我的「減少」的數據。 cor(mydata)
mydata <- round(mydata,2)
mydata <- mydata[,!duplicated (mydata)]
## then do the ind
我已經把一個InitializeCorrelation活動在工作流程的開始,然後我想在一個不同的密鑰相關,所以我把另一InitializeCorrelation活動有不同的密鑰,但我收到此錯誤: The execution of an InstancePersistenceCommand was interrupted because the instance key 'a765c209-5adc