Click or drag to resize

BetaBinomial Properties

The BetaBinomial type exposes the following members.

Properties
 NameDescription
Public propertyA Gets the alpha shape parameter of the beta distribution.
Public propertyB Gets the beta shape parameter of the beta distribution.
Public propertyMaximum Gets the largest element in the domain of the distributions which can be represented by an integer.
Public propertyMean Gets the mean of the distribution.
Public propertyMinimum Gets the smallest element in the domain of the distributions which can be represented by an integer.
Public propertyN Gets the number of Bernoulli trials.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Public propertySkewness Gets the skewness of the distribution.
Public propertyStdDev Gets the standard deviation of the distribution.
Public propertyVariance Gets the variance of the distribution.
Top
See Also