Skip to content

Instantly share code, notes, and snippets.

@jessegrabowski
Last active May 14, 2023 11:46
Show Gist options
  • Save jessegrabowski/ccda08b8a758f882f5794b8b89ace07a to your computer and use it in GitHub Desktop.
Save jessegrabowski/ccda08b8a758f882f5794b8b89ace07a to your computer and use it in GitHub Desktop.
ARMA-GARCH in PyMC
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jessegrabowski
Copy link
Author

They way you've written it, I don't think you need to collect updates at all in the scan function. This is because you're not actually making any random variables inside the scan, so you don't need to do anything special with the underlying random number generator (this is what collect_default_updates does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment