The BinomialDistribution type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BinomialDistribution | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CDF |
Returns the cumulative distribution function evaluated at the given value.
(Overrides ProbabilityDistribution..::.CDF(Double).) | |
| Clone |
Creates a deep copy of this BinomialDistribution.
(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 distribution function evaluated at the given value.
(Overrides ProbabilityDistribution..::.InverseCDF(Double).) | |
Returns the probability distribution function evaluated at the given value.
(Overrides ProbabilityDistribution..::.PDF(Double).) | ||
| ToString |
Returns a formatted string representation of this distribution.
(Overrides ProbabilityDistribution..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| Kurtosis |
Gets the kurtosis coefficient, a measure of the degree of peakedness of
this distribution.
| |
| Mean |
Gets the mean of this distribution.
| |
| N |
Gets and sets the total number of trials.
| |
| P |
Gets and sets the probability of success on each trial.
| |
| Skewness |
Gets the skewness coefficient, a measure of the degree of asymmetry of
this distribution.
| |
| Variance |
Gets the variance of this distribution.
|