Click or drag to resize

GeometricDistribution Properties

The GeometricDistribution type exposes the following members.

Properties
 NameDescription
Public propertyKurtosis Gets the kurtosis, a measure of the degree of peakednesss of the distribution.
Public propertyMean Gets the mean of the distribution.
Public propertyP Gets and sets the probability of success. Must be greater than zero and less than or equal to one.
Public propertySkewness Gets the skewness, a measure of the degree of asymmetry of this distribution.
Public propertyVariance Gets the variance of the distribution.
Remarks
The variance of the distribution is the standard deviation squared.
Top
See Also