Click or drag to resize

McmcSamplerTSample Method

Returns one sample.

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

Return Value

T
A sampled value.
See Also