Create samples with independent amplitudes of normal distribution and a flat spectral density.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
DoubleThe generated samples.
See Also