-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error when estimating Gaussian Copula model on large dataset #88
Comments
Hey That looks like an error with armadillo. Probably have to try enabling the I have never done that before... |
Is this something I can do outside of BGGM? Or do I have to fork it and create my own version that does that? Thanks, |
This is still an issue in the latest (2.1.1) version. As Donny noted, the suggested flags need to be added to the etc/Makevars files and the package has to be re-compiled with those flags. You could, as you noted, fork the project and add those flags and recompile it locally and hope that the 64bit solved the issue. |
Hi Donny,
I'm getting the following error when estimating a Gaussian Copula model with a large dataset:
BGGM: Posterior Sampling
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
error: Cube::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD
**************************************************|
Error in estimate(data + 1, iter = 5000, type = "mixed", seed = floor(runif(1, :
Cube::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD
I'm using BGGM 2.0.4 and this code:
out_bggm_cop <- estimate(data + 1,
iter = 5000,
type = "mixed", # gcop
seed = floor(runif(1, 0, 1000)),
progress = TRUE)
You can find the data here: https://jmbh.github.io/data/data_donny.RDS
Thanks,
Jonas
The text was updated successfully, but these errors were encountered: