Click or drag to resize
Accord.NET (logo)

MultivariateEmpiricalDistribution Properties

The MultivariateEmpiricalDistribution 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 propertyCovariance
Gets the variance-covariance matrix for this distribution.
(Overrides MultivariateContinuousDistributionCovariance.)
Public propertyDimension
Gets the number of variables for this distribution.
(Inherited from MultivariateContinuousDistribution.)
Public propertyKernel
Gets the kernel density function used in this distribution.
Public propertyLength
Gets the total number of samples in this distribution.
Public propertyMean
Gets the mean for this distribution.
(Overrides MultivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from MultivariateContinuousDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Inherited from MultivariateContinuousDistribution.)
Public propertySamples
Gets the samples giving this empirical distribution.
Public propertySmoothing
Gets the bandwidth smoothing parameter used in the kernel density estimation.
Public propertyVariance
Gets the variance for this distribution.
(Overrides MultivariateContinuousDistributionVariance.)
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