ximinf
Simulation-Based Inference of Cosmological Parameters in JAX using Type Ia Supernovae.
ximinf is a Python package for performing simulation-based inference (SBI) on cosmological parameters using type Ia supernova (SN Ia) data, built on top of JAX for fast, differentiable, and GPU/TPU-accelerated computation.
Installation
pip install ximinf
Requires Python >= 3.10.
Quickstart
import ximinf
See the documentation for full usage examples covering simulation, training, and inference.
Features
ximinf is organized into five core modules:
ximinf.generate_sim— Generates simulated SN Ia datasets. Includes Latin Hypercube Sampling (LHS) of cosmological/nuisance parameters under configurable priors (uniform, gaussian, half-gaussian, log-uniform, exponential, etc.), and per-dataset simulation viaskysurvey.ximinf.selection_effects— Tools for injecting realistic observational selection effects (e.g. Malmquist bias) into simulated supernova samples via stochastic magnitude-limited detection.ximinf.nn_train— Training utilities for the neural network classifiers used in the inference step, including loss/accuracy functions, training/validation loops with early stopping, and JAX device setup helpers.ximinf.nn_test— Diagnostics for validating inference quality, notably TARP (Tests of Accuracy with Random Points) coverage statistics computed across parameter groups.ximinf.nn_inference— Neural posterior/likelihood-ratio inference. Builds and runs BlackJAX NUTS samplers over grouped parameter blocks, combining trained neural network outputs with analytic log-priors.
Typical workflow
- Simulate — Draw parameter sets with
generate_sim.scan_paramsand generate mock SN Ia samples withgenerate_sim.simulate_one. - (Optional) Apply selection effects — Use
selection_effects.apply_malmquist_biasto emulate realistic detection thresholds. - Train — Train per-group neural classifiers on simulated data with
nn_train.train_loop. - Infer — Sample the posterior over cosmological parameters with
nn_inference.sample_posterior/nn_inference.inference_loop, using a NUTS kernel built on the trained networks. - Validate — Check calibration of the resulting posteriors with
nn_test.compute_ecp_tarp_groups.
License
This project is licensed under the GNU General Public License v3.0 (GPLv3). See LICENSE for details.
Author
Adam Trigui — a.trigui@ip2i.in2p3.fr IP2I Lyon
Release files for ximinf 0.0.167
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ximinf-0.0.167.tar.gz | 41.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ximinf-0.0.167-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 85.3 kB
Release files / ximinf-0.0.167.tar.gz
| Download URL | ximinf-0.0.167.tar.gz |
|---|---|
| Size | 41.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
42c7bf5ebfa95bde86f9884350a469b351cacc90b63edd02ec6f916d7ebdfb79
|
|
BLAKE2b-256 checksum How to use checksums |
f142cfd870769d5b145e07cef51e2012959defe6453cde191490a75c94e060b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|
Release files / ximinf-0.0.167-py3-none-any.whl
| Download URL | ximinf-0.0.167-py3-none-any.whl |
|---|---|
| Size | 43.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
244f3ccddeaed66619a92c40764330440fdbcc8c93c3439d72ab253a0cf5aad3
|
|
BLAKE2b-256 checksum How to use checksums |
b874c8b6557af76cb14cc70e925b28e8f1644994fca1d19be1cc238bc3f2286d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|