FDistribution Class |
The FDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| FDistribution | Default constructor. Constructs an FDistribution instance with both degrees of freedom equal to one. | |
| FDistribution(Int32, Int32) | Constructs an FDistribution instance with the specified degrees of freedom. |
| Name | Description | |
|---|---|---|
| DegreesOfFreedom1 | Gets and sets the first degrees of freedom parameter. | |
| DegreesOfFreedom2 | Gets and sets the second degrees of freedom parameter. | |
| Kurtosis | Gets the kurtosis, a measure of the degree of peakednesss of the distribution. | |
| Mean | Gets the mean of the distribution. | |
| Skewness | Gets the skewness, a measure of the degree of asymmetry of this distribution. | |
| Variance | Gets the variance of the distribution. |
| Name | Description | |
|---|---|---|
| CDF |
Returns the cumulative density function evaluated at a given value.
(Overrides ProbabilityDistributionCDF(Double)) | |
| Clone |
Creates a deep copy of this FDistribution.
(Overrides ProbabilityDistributionClone) | |
| InverseCDF |
Returns the inverse cumulative density function evaluated at a 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) |