McmcSamplerTSample(Int32) Method |
Returns a number of samples.
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual T[] Sample(
int n
)
Parameters
- n Int32
- The number of samples we want.
Return Value
TAn array of samples.
See Also