ILNumerics Ultimate VS

StudentDistribution Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Continuous Univariate Student's T-distribution. Implements the univariate Student t-distribution. For details about this distribution, see Wikipedia - Student's t-distribution.

[ILNumerics Statistics Toolbox]

Inheritance Hierarchy

SystemObject
  ILNumerics.Toolboxes.DistributionsStudentDistribution

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

public class StudentDistribution

The StudentDistribution type exposes the following members.

Constructors

  NameDescription
Public methodStudentDistribution
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]

Top
Properties

  NameDescription
Public propertyDegreesOfFreedom
Gets or sets the degrees of freedom (ν) of the Student t-distribution. Range: ν > 0.

[ILNumerics Statistics Toolbox]

Public propertyEntropy
Gets the entropy of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Public propertyLocation
Gets or sets the location (μ) of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Public propertyMaximum
Gets the maximum of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Public propertyMean
Gets the mean of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Public propertyMedian
Gets the median of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Public propertyMinimum
Gets the minimum of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Public propertyMode
Gets the mode of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Public propertyScale
Gets or sets the scale (σ) of the Student t-distribution. Range: σ > 0.

[ILNumerics Statistics Toolbox]

Public propertySkewness
Gets the skewness of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Public propertyStdDev
Gets the standard deviation of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Public propertyVariance
Gets the variance of the Student t-distribution.

[ILNumerics Statistics Toolbox]

Top
Methods

  NameDescription
Public methodDensity
Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.

[ILNumerics Statistics Toolbox]

Public methodDensityLog
Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).

[ILNumerics Statistics Toolbox]

Public methodToString
A string representation of the distribution.

[ILNumerics Statistics Toolbox]

(Overrides ObjectToString.)
Top
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference