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.3179.0 (4.8.3179.0)
Syntax
C#
public override T Sample()

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.Mcmc.RejectionSampler`1.Sample"]

Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWhen the algorithms detects that the proposal distribution doesn't upper bound the target distribution.
See Also