ILNumerics Ultimate VS

StudentDistribution Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new instance of the StudentT class with a particular location, scale and degrees of freedom. 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 StudentDistribution(
	double location = 0,
	double scale = 1,
	double freedom = 1
)

Parameters

location (Optional)
Type: SystemDouble
The location (μ) of the distribution.
scale (Optional)
Type: SystemDouble
The scale (σ) of the distribution. Range: σ > 0.
freedom (Optional)
Type: SystemDouble
The degrees of freedom (ν) for the distribution. Range: ν > 0.
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference

SystemRandom