Click or drag to resize
Accord.NET (logo)

VonMisesDistribution Properties

The VonMisesDistribution type exposes the following members.

Properties
  NameDescription
Public propertyConcentration
Gets the concentration κ (kappa) for this distribution.
Public propertyEntropy
Gets the entropy for this distribution.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyMean
Gets the mean value μ (mu) for this distribution.
(Overrides UnivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median value μ (mu) for this distribution.
(Overrides UnivariateContinuousDistributionMedian.)
Public propertyMode
Gets the mode value μ (mu) for this distribution.
(Overrides UnivariateContinuousDistributionMode.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.)
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
Gets the variance for this distribution.
(Overrides UnivariateContinuousDistributionVariance.)
Top
See Also