reedessick / universality

an investigation into the application of universal, EOS-independent relations in Gravitational Wave astronomy
MIT License
3 stars 2 forks source link

add monte carlo sampling to investigate-gpr-*-hyperparams #24

Closed reedessick closed 5 years ago

reedessick commented 5 years ago

just draw randomly from a prior and report to a csv. This should be a straightforward extension of the grid-based sampling you already have, and would allow you to easily "increase the sampling size" without recomputing everything on the grid. It'll also remove any weird artifacts associated with precise grid spacing.

You should do this for both investigate-gpr*hyperparams scripts, which means you'll need to wrap the gpr-gpr stuff into a function call. But you were going to do that anyway for the emcee stuff, right?

reedessick commented 5 years ago

this has been done for investigate-gpr-resample-hyperparams.