The JohnsonDistribution type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| JohnsonDistribution | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CDF |
Returns the cumulative density function evaluated at a given value.
(Overrides ProbabilityDistribution..::.CDF(Double).) | |
| Clone |
Creates a deep copy of this JohnsonDistribution.
(Overrides ProbabilityDistribution..::.Clone()()().) | |
| Equals | (Inherited from Object.) | |
| Fit |
Fits a Johnson distribution to the given data.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InverseCDF |
Returns the inverse cumulative density function evaluated at a given value.
(Overrides ProbabilityDistribution..::.InverseCDF(Double).) | |
Returns the probability density function evaluated at a given value.
(Overrides ProbabilityDistribution..::.PDF(Double).) | ||
| ToString |
Returns a formatted string representation of this distribution.
(Overrides ProbabilityDistribution..::.ToString()()().) | |
| Transform |
Transforms the given data using this Johnson Distribution.
|
Properties
| Name | Description | |
|---|---|---|
| Delta |
Gets and sets the delta parameter of the Johnson distribution.
| |
| Gamma |
Gets and sets the gamma parameter of the Johnson distribution.
| |
| Kurtosis |
Gets the kurtosis, a measure of the degree of peakednesss of the
distribution.
| |
| Lambda |
Gets and sets the lambda parameter of the Johnson distribution.
| |
| Mean |
Gets the mean of the distribution.
| |
| Skewness |
Gets the skewness, a measure of the degree of asymmetry of
this distribution.
| |
| Type |
Gets and sets the transformation type of the Johnson distribution.
| |
| Variance |
Gets the variance of the distribution.
| |
| Xi |
Gets and sets the xi parameter of the Johnson distribution.
|