Click or drag to resize
Accord.NET (logo)

MatrixContinuousDistribution Properties

The MatrixContinuousDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCovariance
Gets the variance-covariance matrix for this distribution.
Public propertyDimension
Gets the number of variables for this distribution.
Public propertyMean
Gets the mean for this distribution.
Public propertyMedian
Gets the median for this distribution.
Public propertyMode
Gets the mode for this distribution.
Public propertyNumberOfColumns
Gets the number of columns that matrices from this distribution should have.
Public propertyNumberOfRows
Gets the number of rows that matrices from this distribution should have.
Public propertyVariance
Gets the variance for this distribution.
Top
See Also