Click or drag to resize

GenerateNormal Method

Create samples 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 double[] Normal(
	int length,
	double mean,
	double standardDeviation
)

Parameters

length  Int32
The number of samples to generate.
mean  Double
The mean of the distribution.
standardDeviation  Double
The standard deviation of the distribution.

Return Value

Double
The generated samples.
See Also