Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R memory allocation problem #5

Open
gvalentini85 opened this issue Jun 21, 2017 · 1 comment
Open

R memory allocation problem #5

gvalentini85 opened this issue Jun 21, 2017 · 1 comment

Comments

@gvalentini85
Copy link
Contributor

When allocating memory to save the results of the information measures with k-history computed over time series, the user may provide a value of parameter k such that R won't be able to allocate the memory resulting in a SEGMENTATION FAULT.

Find out if it it possible from R to catch the problem of insufficient memory before trying to allocate it.

Functions affected are:

  • active information
  • transfer entropy
  • block entropy
  • entropy rate
@gvalentini85
Copy link
Contributor Author

gvalentini85 commented Jan 3, 2019

This issue has been partially solved (i.e., only for transfer entropy and entropy rate) in branch 64-bits-spaces.

The solution need to be extended to the rest of the inform library before this branch can be merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant