The WeibullDistribution type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WeibullDistribution |
Constructs a WeibullDistribution instance with the given scale and shape.
|
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 WeibullDistribution.
(Overrides ProbabilityDistribution..::.Clone()()().) | |
| Equals | (Inherited from Object.) | |
| 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 a the given value.
(Overrides ProbabilityDistribution..::.InverseCDF(Double).) | |
Returns the probability density function evaluated at a given value.
(Overrides ProbabilityDistribution..::.PDF(Double).) | ||
| SetParameters |
Sets the scale and shape parameter for this distribution.
| |
| ToString |
Returns a formatted string representation of this distribution.
(Overrides ProbabilityDistribution..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| Kurtosis |
Gets the kurtosis, a measure of the degree of peakednesss of the
distribution.
| |
| Mean |
Gets the mean of the distribution.
| |
| Scale |
Gets and sets the scale parameter for the distribution. The scale parameter
must be positive.
| |
| Shape |
Gets and sets the shape parameter for the distribution. The shape parameter
must be positive.
| |
| Skewness |
Gets the skewness, a measure of the degree of asymmetry of
this distribution.
| |
| Variance |
Gets the variance of the distribution.
|