Click or drag to resize

CauchyDistribution Properties

The CauchyDistribution type exposes the following members.

Properties
  NameDescription
Public propertyExcessKurtosis
Gets the excess kurtosis of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyFullWithAtHalfMaximum
Gets the full width at half maximum (FWHM) of the Cauchy distribution.
Public propertyMean
Gets the mean of the distribution.
(Overrides UnivariateDistributionMean.)
Public propertyMedian
Gets the median of the distribution.
(Overrides ContinuousDistributionMedian.)
Public propertySkewness
Gets the skewness of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyStandardDeviation
Gets the standard deviation of the distribution.
(Inherited from UnivariateDistribution.)
Public propertySupport
Gets the interval over which the distribution is non-vanishing.
(Inherited from ContinuousDistribution.)
Public propertyVariance
Gets the variance of the distribution.
(Overrides UnivariateDistributionVariance.)
Top
See Also