cogwheel.posteriorΒΆ

Define the Posterior class. Can run as a script to make a Posterior instance from scratch and find the maximum likelihood solution on the full parameter space.

Functions

main

Construct a Posterior instance, optionally refine its reference waveform and save it to JSON.

submit_likelihood_maximization

Submit a job that runs main(), which maximizes the likelihood for an event.

Classes

Posterior

Class that instantiates a prior and a likelihood and provides methods for sampling the posterior distribution.

Exceptions

PosteriorError

Error raised by the Posterior class.