Click or drag to resize

GlobalProposalSamplerT Delegate

A method which samples datapoints from a proposal distribution. The implementation of this sampler is stateless: no variables are saved between two calls to Sample. This proposal is different from in that it doesn't take any parameters; it samples random variables from the whole domain.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate T GlobalProposalSampler<out T>()

Type Parameters

T
The type of the datapoints.

Return Value

T
A sample from the proposal distribution.
See Also