ILNumerics Ultimate VS

NormalDistribution Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new instance of the Normal class with a particular mean and standard deviation. The distribution will be initialized with the default random number generator.

[ILNumerics Statistics Toolbox]

Namespace:  ILNumerics.Toolboxes.Distributions
Assembly:  ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public NormalDistribution(
	double mean = 0,
	double stddev = 1
)

Parameters

mean (Optional)
Type: SystemDouble
The mean of the normal distribution.
stddev (Optional)
Type: SystemDouble
The standard deviation of the normal distribution. Range: σ ≥ 0.
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference

SystemRandom