
Package index
-
priors - Priors for neural simulation-based inference
-
prior_uniform() - Box-uniform (independent uniform) prior
-
prior_normal() - Independent normal prior
-
prior_custom() - Build a prior from arbitrary sampling / density functions
-
sample_prior() - Draw samples from a prior
-
within_support() - Test whether parameters lie within the prior support
-
simulate_for_sbi() - Run a simulator over prior draws
-
npe() - Neural Posterior Estimation (NPE)
-
npe_sequential() - Sequential NPE with truncated-prior proposals (TSNPE)
-
density_estimator - Conditional density estimators
-
embedding_mlp() - Embedding (summary) networks for structured observations
-
nsbi_parallelparallel-simulation - Running the simulator in parallel
-
nsbi_progressprogress-bars - Progress reporting
-
posterior() - Posterior objects
-
sample() - Draw samples (S3 generic)
-
sample(<nsbi_posterior>) - Sample from a posterior
-
sample_posterior() - Sample from a posterior (non-generic alias)
-
log_prob() - Posterior log-density
-
map_estimate() - Maximum a posteriori (MAP) estimate
-
as.data.frame(<nsbi_samples>)summary(<nsbi_samples>)summary(<nsbi_posterior>)summary(<nsbi_npe>) - Summaries and tidy accessors
-
diagnostics - Posterior diagnostics
-
sbc() - Simulation-Based Calibration (SBC)
-
expected_coverage() - Expected coverage of central credible intervals
-
tarp() - TARP expected coverage
-
c2st() - Classifier two-sample test (C2ST)
-
posterior_predictive() - Posterior predictive draws
-
pairplot() - Visualize posterior samples
-
plot_sbc() - Plot an SBC rank histogram
-
plot_coverage() - Plot nominal vs. empirical credible-interval coverage
-
plot_tarp() - Plot TARP expected coverage
-
plot_posterior_predictive() - Plot posterior predictive checks
-
task_gaussian_linear()task_two_moons()task_slcp()task_sir() - Benchmark tasks