ILNumerics - Technical Application Development
SystemObject
ILNumerics.Toolboxes.DistributionsStudentDistribution
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
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
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
The StudentDistribution type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StudentDistribution |
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] |
Properties
Name | Description | |
---|---|---|
DegreesOfFreedom |
Gets or sets the degrees of freedom (ν) of the Student t-distribution. Range: ν > 0.
[ILNumerics Statistics Toolbox] | |
Entropy |
Gets the entropy of the Student t-distribution.
[ILNumerics Statistics Toolbox] | |
Location |
Gets or sets the location (μ) of the Student t-distribution.
[ILNumerics Statistics Toolbox] | |
Maximum |
Gets the maximum of the Student t-distribution.
[ILNumerics Statistics Toolbox] | |
Mean |
Gets the mean of the Student t-distribution.
[ILNumerics Statistics Toolbox] | |
Median |
Gets the median of the Student t-distribution.
[ILNumerics Statistics Toolbox] | |
Minimum |
Gets the minimum of the Student t-distribution.
[ILNumerics Statistics Toolbox] | |
Mode |
Gets the mode of the Student t-distribution.
[ILNumerics Statistics Toolbox] | |
Scale |
Gets or sets the scale (σ) of the Student t-distribution. Range: σ > 0.
[ILNumerics Statistics Toolbox] | |
Skewness |
Gets the skewness of the Student t-distribution.
[ILNumerics Statistics Toolbox] | |
StdDev |
Gets the standard deviation of the Student t-distribution.
[ILNumerics Statistics Toolbox] | |
Variance |
Gets the variance of the Student t-distribution.
[ILNumerics Statistics Toolbox] |
Methods
Name | Description | |
---|---|---|
Density |
Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.
[ILNumerics Statistics Toolbox] | |
DensityLog |
Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).
[ILNumerics Statistics Toolbox] | |
ToString |
A string representation of the distribution.
(Overrides ObjectToString.)[ILNumerics Statistics Toolbox] |
Remarks
[ILNumerics Statistics Toolbox]
See Also