Skip to content

Simple Monte Carlo #100

@drphilmarshall

Description

@drphilmarshall

@davidthomas5412 Let's start with the simplest possible inference: simple Monte Carlo. We'll need the ForegroundCatalog to be able to set_prior and then draw_halo_masses, and then we'll need to compute_likelihood (using the the function @sweverett already implemented). This will give us N_samples * (N_halos + 1) numbers (if we keep the concentrations fixed for now): this is going to get into the Mb quite quickly, so we might want to think about how to store the samples (we need to keep them all). A quick and easy solution is to write out simple plain text halo catalogs that can be read back in with the existing ForegroundCatalog method, but this won't scale well: let's start thinking about database table design.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions