MeanSampler¶
- class axtreme.sampling.mean_sampler.MeanSampler(*args, **kwargs)¶
Bases:
PosteriorSamplerClass for sampling a posterior by returning the mean of the posterior.
This is a simple sampler that just returns the mean of the posterior.
- __init__(*args, **kwargs)¶
Methods
__init__(*args, **kwargs)