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