Click or drag to resize
DigitalRuneFastGaussianDistributionD Constructor (Double, Double)
Initializes a new instance of the FastGaussianDistributionF class.

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public FastGaussianDistributionD(
	double expectedValue,
	double standardDeviation
)

Parameters

expectedValue
Type: SystemDouble
The expected value.
standardDeviation
Type: SystemDouble
The standard deviation.
See Also