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.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 See Also