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.160
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.160.tar.gz | 40.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ximinf-0.0.160-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 83.3 kB
Release files / ximinf-0.0.160.tar.gz
| Download URL | ximinf-0.0.160.tar.gz |
|---|---|
| Size | 40.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ac23295a377b6b9c460d8f3013f6a030927d64eba038b542394618d981ccc81
|
|
BLAKE2b-256 checksum How to use checksums |
dfabb8087d9bd25246f23a642f536464145e9c5801363153698031e9b84ea8b7
|
| 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.160-py3-none-any.whl
| Download URL | ximinf-0.0.160-py3-none-any.whl |
|---|---|
| Size | 42.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5b4c5cd86c5737fd63e50a0864f7ef3c75c3a5724229d1ddb735b8f8291f4f1c
|
|
BLAKE2b-256 checksum How to use checksums |
b190634029c542beaf15e4a57d5a5e74bc59c74eabc4bfb18238270d33623304
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|