Skip to content

Trouble with Memory allocation #181

Answered by seananderson
Thom-Teears asked this question in Q&A
Discussion options

You must be logged in to vote

That's a fairly large dataset, although I imagine some version of a model should work. A few thoughts:

  • A delta model will be larger than a non-delta model since it doubles the number of fixed and random effects. I'm not sure what your response is, but perhaps you could use the Tweedie (continuous) or negative binomial (counts)?
  • This wont effect memory use at this stage, but you are very unlikely to need 3 Newton optimization attempts. 1 should do it if you need it at all.
  • The size of the mesh will have a major impact. 970 knots is definitely on the larger side. Can you try a less complex mesh at least for now? As long as the model fits well and the estimated range is considerably larger …

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@Thom-Teears
Comment options

@ericward-noaa
Comment options

@Thom-Teears
Comment options

@Thom-Teears
Comment options

Answer selected by Thom-Teears
Comment options

You must be logged in to vote
1 reply
@Thom-Teears
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants