2. The spool "signal_tests" contains the graph and tabulate of the C.S.D you can extract any of them from the spool.
3. I can get the spectrum of the log returns using the Hamming window. The error of the out of memory appers because there are limits in the size of a matrix. I guess that i can calculate the spectrum and you do not because my machine has more memory (operative system of 64bits). I do not know if there is an option to increase the size of the matrix with which one works, Gareth this kind of option exists?
Code:
dlg.spectral(t,criteria=4,individual)
signal_tests.extract(csd) graph_3
3. I can get the spectrum of the log returns using the Hamming window. The error of the out of memory appers because there are limits in the size of a matrix. I guess that i can calculate the spectrum and you do not because my machine has more memory (operative system of 64bits). I do not know if there is an option to increase the size of the matrix with which one works, Gareth this kind of option exists?