GenerateNormalSequence Method |
Create an infinite sample sequence 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 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
IEnumerableDoubleThe generated sample sequence.
See Also