create_ns_inference_model: Create an inference model to measure the evidence of.
Description
Create an inference model to measure the evidence of.
To do so, the inference model is created as usual (see
create_inference_model), except
for using a Nested Sampling MCMC (see create_ns_mcmc)
one MCMC.
Use create_mcmc to create an MCMC.
Use create_ns_mcmc to create an MCMC
for a Nested Sampling run.
Use check_mcmc to check if an MCMC is valid.
Use rename_mcmc_filenames to rename the filenames in an MCMC.
Author
Richèl J.C. Bilderbeek
See Also
Use create_inference_model to create a
regular inference model.
Use create_test_ns_inference_model to create an inference model
to estimate the marginal likelihood with a short MCMC,
to be used in testing.