Click or drag to resize
Accord.NET (logo)

EmpiricalDistribution Properties

The EmpiricalDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCounts
Gets the repetition counts associated with each sample. Note that changing values on this array will not result int any effect in this distribution. The distribution must be computed from scratch with new values in case new weights needs to be used.
Public propertyEntropy
Gets the entropy for this distribution.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyLength
Gets the total number of samples in this distribution.
Public propertyCode exampleMean
Gets the mean for this distribution.
(Overrides UnivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Overrides UnivariateContinuousDistributionMode.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertySamples
Gets the samples giving this empirical distribution.
Public propertySmoothing
Gets the bandwidth smoothing parameter used in the kernel density estimation.
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 propertyCode exampleVariance
Gets the variance for this distribution.
(Overrides UnivariateContinuousDistributionVariance.)
Public propertyWeights
Gets the fractional weights associated with each sample. Note that changing values on this array will not result int any effect in this distribution. The distribution must be computed from scratch with new values in case new weights needs to be used.
Top
See Also