Forum: open-discussion


RE: Correlation dimension - does not save in the Workspace [ Reply ] By: Constantino Antonio on 2024-01-24 18:34 | [forum:49836] |
Dear Tomas, It appears from your description that you've executed CalculateCorrDim, which populates $computation, but it seems like you may have missed executing EstimateCorrDim, which fills $statistic. If $computation has been saved properly, you only have to execute the second to compute the correlation dimension (which is very fast). Regards. |
Correlation dimension - does not save in the Workspace [ Reply ] By: Tomas FariƱa on 2024-01-18 18:50 | [forum:49834]![]() |
I have computed the correlation dimension following all the steps of the chapter for nonlinear analysis. I know that the correlation dimension estimation was computed because when reading the Console output I could see the result. I saved the results in the Workspace. However, I tried to download the result from the latter, to my surprise, it was saved. All other statistics from the nonlinear analysis were saved but the CorrDim estimation. I use the command: hrv.data$NonLinearAnalysis[[1]]$correlation but the only option I get is $computation; not $statistic (where it is supposed to be stored the CorrDim estimation). Any idea on how to get it from the workspace in order to not to recalculate again from the beginning?? Please, find attached an example. |