Click or drag to resize

McmcSamplerTSample(Int32) Method

Returns a number of samples.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual T[] Sample(
	int n
)

Parameters

n  Int32
The number of samples we want.

Return Value

T
An array of samples.
See Also