list_samplers

sherpa.astro.ui.list_samplers()

List the MCMC samplers.

Returns:
samplerslist of str

A list of the names (in lower case) that can be used with set_sampler.

See also

get_sampler_name

Return the name of the current MCMC sampler.

Examples

>>> list_samplers()
['metropolismh', 'fullbayes', 'mh', 'pragbayes']