Student |
The StudentT type exposes the following members.
Name | Description | |
---|---|---|
DegreesOfFreedom | Gets the degrees of freedom (ν) of the Student t-distribution. Range: ν > 0. | |
Entropy | Gets the entropy of the Student t-distribution. | |
Location | Gets the location (μ) of the Student t-distribution. | |
Maximum | Gets the maximum of the Student t-distribution. | |
Mean | Gets the mean of the Student t-distribution. | |
Median | Gets the median of the Student t-distribution. | |
Minimum | Gets the minimum of the Student t-distribution. | |
Mode | Gets the mode of the Student t-distribution. | |
RandomSource | Gets or sets the random number generator which is used to draw random samples. | |
Scale | Gets the scale (σ) of the Student t-distribution. Range: σ > 0. | |
Skewness | Gets the skewness of the Student t-distribution. | |
StdDev | Gets the standard deviation of the Student t-distribution. | |
Variance | Gets the variance of the Student t-distribution. |