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
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