infer (pmrf.infer)
Bayesian inference of RF models.
Provides samplers and routines to compute the posterior joint distributions of model parameters.
Classes
Interface for samplers exploring the joint log-posterior (e.g. MCMC-based NUTS or HMC). |
|
Interface for samplers needing separate likelihood and prior densities (e.g., modern Nested Sampling). |
|
Interface for samplers operating in a unit hypercube (e.g., classical Nested Sampling). |
|
|
The result of an inference run. |
|
Lower-level solver result returning from a sampling run. |
|
The PolyChord Nested Sampler wrapped in a JAX interface. |
|
Hamiltonian Monte Carlo (HMC) in JAX. |
|
No-U-Turn Sampler (NUTS) in JAX. |
|
(experimental) A Nested Slice Sampler (NSS) in JAX. |
Functions
|
Returns if a solver is suitable for Bayesian sampling in |
|
Returns if a solver is suitable for Bayesian inference in |
|
Samples a given log likelihood function for a model over a frequency range. |