API Reference¶
This reference gives details about the API of modules, classes and functions included in pyLFI.
pylfi.inferences: Inference schemes¶
Approximate Bayesian Computation¶
Base class for Approximate Bayesian Computation algorithms. |
|
Class implementing the rejection ABC algorithm. |
|
Class implementing the MCMC ABC algorithm. |
pylfi.priors: Prior distributions¶
Initialize a prior. |
pylfi.utils: Utility functions¶
Check and set passed number of jobs. |
|
Distribute workload between workers. |
|
Process a user-provided seed and convert it into initial states for parallel pool workers. |
|
Advance the underlying PRNG as-if delta draws have occurred. |
pylfi.journal: Journal class¶
Journal class. |