Student |
| Name | Description | |
|---|---|---|
| StudentT | Initializes a new instance of the StudentT class. This is a Student t-distribution with location 0.0 scale 1.0 and degrees of freedom 1. | |
| StudentT(Double, Double, Double) | Initializes a new instance of the StudentT class with a particular location, scale and degrees of freedom. | |
| StudentT(Double, Double, Double, Random) | Initializes a new instance of the StudentT class with a particular location, scale and degrees of freedom. |