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.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate T GlobalProposalSampler<out T>()
Type Parameters
- T
- The type of the datapoints.
Return Value
TA sample from the proposal distribution.
See Also