Click or drag to resize

Binomial Properties

The Binomial type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Entropy of the distribution. http://en.wikipedia.org/wiki/Information_entropy
(Inherited from DUDistribution.)
Public propertyKurtosis
Excess Kurtosis of distribution. http://en.wikipedia.org/wiki/Excess_kurtosis
(Overrides DUDistributionKurtosis.)
Public propertyMean
Mean of the distribution. http://en.wikipedia.org/wiki/Expected_value
(Overrides DUDistributionMean.)
Public propertyMedian
Median of distribution. http://en.wikipedia.org/wiki/Median
(Overrides DUDistributionMedian.)
Public propertyMode
Mode of distribution. http://en.wikipedia.org/wiki/Mode_(statistics)
(Overrides DUDistributionMode.)
Public propertyNumberOfTrials
Number of trials.
Public propertySkewness
Skewness of distribution. http://en.wikipedia.org/wiki/Skewness
(Overrides DUDistributionSkewness.)
Public propertyStandardDeviation
Standard deviation of the distribution. http://en.wikipedia.org/wiki/Standard_Deviation
(Inherited from DUDistribution.)
Public propertySuccessProbability
Success probability in each trial.
Public propertyVariance
Variance of the distribution. http://en.wikipedia.org/wiki/Variance
(Overrides DUDistributionVariance.)
Top
See Also