Click or drag to resize

GenerateNormalSequence Method

Create an infinite sample sequence with independent amplitudes of normal distribution and a flat spectral density.

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

Parameters

mean  Double
The mean of the distribution.
standardDeviation  Double
The standard deviation of the distribution.

Return Value

IEnumerableDouble
The generated sample sequence.
See Also