Click or drag to resize

RejectionSamplerTSample Method

Returns a sample from the distribution P.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override T Sample()

Return Value

T
A sample drawn from the target distribution.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWhen the algorithms detects that the proposal distribution doesn't upper bound the target distribution.
See Also