Student |
public class StudentTDistribution
The StudentTDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| StudentTDistribution | Initializes a new instance of the StudentTDistribution class. |
| Name | Description | |
|---|---|---|
| CDF(Double) | Returns the cumulative distribution value at the specified value. | |
| CDF(Double, Int32) | Returns the cumulative distribution value for the specified value and degrees of freedom. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PDF(Double) | Returns the probability density at the specified value. | |
| PDF(Double, Int32) | Returns the probability density for the specified value and degrees of freedom. | |
| Quantile(Double) | Returns the quantile for the specified probability. | |
| Quantile(Double, Int32) | Returns the quantile for the specified probability and degrees of freedom. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |