| Name | Description |
---|
| Samples |
Generates a sequence of samples from the Student t-distribution.
|
| Samples(Double) |
Fills an array with samples generated from the distribution.
|
| Samples(Double, Double, Double) |
Generates a sequence of samples from the Student t-distribution using the Box-Muller algorithm.
|
| Samples(Double, Double, Double, Double) |
Fills an array with samples generated from the distribution.
|
| Samples(Random, Double, Double, Double) |
Generates a sequence of samples from the Student t-distribution using the Box-Muller algorithm.
|
| Samples(Random, Double, Double, Double, Double) |
Fills an array with samples generated from the distribution.
|