Click or drag to resize

UnivariateSliceSampler(Double, DensityLnDouble, Double) Constructor

Constructs a new Slice sampler using the default Random random number generator. The burn interval will be set to 0.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public UnivariateSliceSampler(
	double x0,
	DensityLn<double> pdfLnP,
	double scale
)

Parameters

x0  Double
The initial sample.
pdfLnP  DensityLnDouble
The density of the distribution we want to sample from.
scale  Double
The scale factor of the slice sampler.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWhen the scale of the slice sampler is not positive.
See Also