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

Get a dummy ash object and bad allocation #138

Open
william-denault opened this issue Mar 28, 2023 · 1 comment
Open

Get a dummy ash object and bad allocation #138

william-denault opened this issue Mar 28, 2023 · 1 comment

Comments

@william-denault
Copy link

Hello,

I am using ash objects as the basis of one of my algorithms. However, I use a different procedure to estimate the mixture wieght. Is there a simple way to provide to obtain an ash object (using betahat and sdhat) without using the optimization steps (e.g. initializing it with full weight on zero).

Furthermore, we are facing some memory allocation problems when inputting a vector that contains more than 13 millions entries, mixsqp is trying to allocate very large vector (100Gb)

@pcarbo
Copy link
Collaborator

pcarbo commented Mar 28, 2023

@william-denault In the ash function there is an option fixg = TRUE. Would that work?

For your data set with n = 13e6, what is the size of the grid?

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

No branches or pull requests

2 participants