Click or drag to resize
Accord.NET (logo)

IndependentTDistribution Properties

The IndependentTDistribution generic type exposes the following members.

Properties
  NameDescription
Public propertyComponents
Gets the components of this joint distribution.
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 propertyItem
Gets or sets the components of this joint 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 propertyVariance
Gets the variance for this distribution.
(Overrides MultivariateContinuousDistributionVariance.)
Top
See Also