Skip to content

Error when estimating Gaussian Copula model on large dataset #88

@jmbh

Description

@jmbh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions