Click or drag to resize
Accord.NET (logo)

CauchyDistribution Properties

The CauchyDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Gets the entropy for this distribution.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyLocation
Gets the distribution's location parameter x0.
Public propertyMean
Cauchy's mean is undefined.
(Overrides UnivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Overrides UnivariateContinuousDistributionMedian.)
Public propertyMode
Gets the mode for this distribution.
(Overrides UnivariateContinuousDistributionMode.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyScale
Gets the distribution's scale parameter gamma.
Public propertyStatic memberStandard
Gets the Standard Cauchy Distribution, with zero location and unitary shape.
Public propertyStandardDeviation
Gets the Standard Deviation (the square root of the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertySupport
Gets the support interval for this distribution.
(Overrides UnivariateContinuousDistributionSupport.)
Public propertyVariance
Cauchy's variance is undefined.
(Overrides UnivariateContinuousDistributionVariance.)
Top
See Also