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.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] Normal(
	int length,
	double mean,
	double standardDeviation
)

Parameters

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.Generate.Normal(System.Int32,System.Double,System.Double)"]

mean  Double

[Missing <param name="mean"/> documentation for "M:Altaxo.Calc.Generate.Normal(System.Int32,System.Double,System.Double)"]

standardDeviation  Double

[Missing <param name="standardDeviation"/> documentation for "M:Altaxo.Calc.Generate.Normal(System.Int32,System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Generate.Normal(System.Int32,System.Double,System.Double)"]

See Also