Click or drag to resize

GenerateStandardSequence Method

Create an infinite sample sequence with independent amplitudes of standard distribution.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<double> StandardSequence()

Return Value

IEnumerableDouble
The generated sample sequence.
See Also