Click or drag to resize
Accord.NET (logo)

IUnivariateFittableDistribution Properties

The IUnivariateFittableDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Gets entropy of the distribution.
(Inherited from IUnivariateDistributionTObservation.)
Public propertyMean
Gets the mean value for the distribution.
(Inherited from IUnivariateDistributionTObservation.)
Public propertyMedian
Gets the median value for the distribution.
(Inherited from IUnivariateDistributionTObservation.)
Public propertyMode
Gets the mode value for the distribution.
(Inherited from IUnivariateDistributionTObservation.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from IUnivariateDistribution.)
Public propertySupport
Gets the support interval for this distribution.
(Inherited from IUnivariateDistributionTObservation.)
Public propertyVariance
Gets the variance value for the distribution.
(Inherited from IUnivariateDistributionTObservation.)
Top
See Also