Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dynare dynare
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 118
    • Issues 118
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynareDynare
  • dynaredynare
  • Issues
  • #1521
Closed
Open
Issue created Sep 19, 2017 by Houtan Bastani@houtanbContributor

create class for storing/writing metropolis draws

In the while loop of matlab/posterior_sampler_core.m we have an example of how draws are stored and written when a certain number of draws have been stored in memory.

Need to create a Matlab class that stores:

  • a vector
  • a matrix
  • a structure (dr)

And that writes itself to disk when a certain number of vector/matrix/structures have been written and clears itself so that more draws can be stored.

This class can then be used to standardize the various ways we do this throughout the Matlab codebase.

Edited Oct 08, 2019 by Houtan Bastani
Assignee
Assign to
Time tracking