RejectionSamplerTSample Method |
Returns a sample from the distribution P.
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override T Sample()
Return Value
TA sample drawn from the target distribution.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | When the algorithms detects that the proposal
distribution doesn't upper bound the target distribution. |
See Also