Click or drag to resize

CMDistribution Class

Represents base continuous multivariate distribution.
Inheritance Hierarchy
SystemObject
  FinMath.Statistics.DistributionsCMDistribution
    FinMath.Statistics.DistributionsInverseWishart
    FinMath.Statistics.DistributionsMatrixNormal
    FinMath.Statistics.DistributionsWishart

Namespace:  FinMath.Statistics.Distributions
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
[SerializableAttribute]
public abstract class CMDistribution

The CMDistribution type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Number of columns in distribution.
Public propertyEntropy
Entropy of the distribution. http://en.wikipedia.org/wiki/Information_entropy
Public propertyMean
Mean of the distribution. http://en.wikipedia.org/wiki/Expected_value
Public propertyMode
Mode of the distribution. http://en.wikipedia.org/wiki/Mode_(statistics)
Public propertyRows
Number of rows in distribution.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPdf
Probability distribution function. http://en.wikipedia.org/wiki/Probability_density_function
Public methodSample
Creates random variable sample.
Public methodSample(Matrix)
Generates random variable sample.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also