ILNumerics Ultimate VS

NormalDistributionSamples Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Computes a set of samples with normal distribution.

[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 static RetArray<double> Samples(
	InArray<long> size,
	double mean = 0,
	double stddev = 1
)

Parameters

size
Type: ILNumericsInArrayInt64
Size of the required sample set.
mean (Optional)
Type: SystemDouble
Mean of the normal distribution.
stddev (Optional)
Type: SystemDouble
Standard deviation of the distribution.

Return Value

Type: RetArrayDouble
Samples with the specified size.
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference