|  | Noncentral | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe NoncentralTDistribution type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | NoncentralTDistribution | Constructs a noncentral TDistribution instance with the given degrees of freedom and non-zero noncentrality. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DegreesOfFreedom | Gets and sets the degrees of freedom for the distribution. | 
|  | Delta | Gets and Sets the noncentrality parameter for the distribution. | 
|  | Mean | Gets the mean of the distribution. | 
|  | Variance | Gets the variance of the distribution. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CDF | Returns the cumulative density function evaluated at the given value. (Overrides ProbabilityDistributionCDF(Double)) | 
|  | Clone | Creates a deep copy of this NoncentralTDistribution. (Overrides ProbabilityDistributionClone) | 
|  | InverseCDF | Returns the inverse cumulative density function evaluated at the given value. (Overrides ProbabilityDistributionInverseCDF(Double)) | 
|  | InverseCdfUsingBracket | Uses a bracketing method to evaluate the inverse of cumulative 
            distribution functions. (Inherited from ProbabilityDistribution) | 
|  | InverseDiscreteCdfUsingBracket | Uses a bracketing method to evaluate the inverse of cumulative 
            distribution functions for discrete distributions. (Inherited from ProbabilityDistribution) | 
|  | Returns the probability density function evaluated at a given value. (Overrides ProbabilityDistributionPDF(Double)) | |
|  | ToString | Returns a formatted string representation of this distribution. (Overrides ProbabilityDistributionToString) | 
 Remarks
Remarks See Also
See Also