Click or drag to resize

StudentT Properties

The StudentT type exposes the following members.

Properties
 NameDescription
Public propertyDegreesOfFreedom Gets the degrees of freedom (ν) of the Student t-distribution. Range: ν > 0.
Public propertyEntropy Gets the entropy of the Student t-distribution.
Public propertyLocation Gets the location (μ) of the Student t-distribution.
Public propertyMaximum Gets the maximum of the Student t-distribution.
Public propertyMean Gets the mean of the Student t-distribution.
Public propertyMedian Gets the median of the Student t-distribution.
Public propertyMinimum Gets the minimum of the Student t-distribution.
Public propertyMode Gets the mode of the Student t-distribution.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Public propertyScale Gets the scale (σ) of the Student t-distribution. Range: σ > 0.
Public propertySkewness Gets the skewness of the Student t-distribution.
Public propertyStdDev Gets the standard deviation of the Student t-distribution.
Public propertyVariance Gets the variance of the Student t-distribution.
Top
See Also