Samples#

Every sample of a model-fit and non-liner search are stored in a Samples object, which can be manipulated to inspect the results in detail (e.g. perform parameter estimation with errors).

For example, for an MCMC model-fit, the Samples objects contains every sample of walker.

Examples / Tutorials:

Samples#

Samples

Contains the samples of the non-linear search, including parameter values, log likelihoods, weights and other quantites.

SamplesPDF

Contains the samples of the non-linear search, including parameter values, log likelihoods, weights and other quantites.

SamplesMCMC

Contains the samples of the non-linear search, including parameter values, log likelihoods, weights and other quantites.

SamplesNest

Contains the samples of the non-linear search, including parameter values, log likelihoods, weights and other quantites.

SamplesStored

The Samples of a non-linear search, specifically the samples of a NonLinearSearch which maps out the posterior of parameter space and thus does provide information on parameter errors.