Click or drag to resize

InverseWishart Methods

The InverseWishart type exposes the following members.

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(Matrix)
Probability distribution function. http://en.wikipedia.org/wiki/Probability_density_function
(Overrides CMDistributionPdf(Matrix).)
Public methodStatic memberPdf(Matrix, Matrix, Double)
Static probability distribution function. http://en.wikipedia.org/wiki/Probability_density_function
Public methodSample
Creates random variable sample.
(Inherited from CMDistribution.)
Public methodSample(Matrix)
Generates random variable sample. Note that inverseScale matrix should be positive definite.
(Overrides CMDistributionSample(Matrix).)
Public methodStatic memberSample(Matrix, Double)
Static method which generates sample of inverse-Wishart distribution with user specified parameters.
Public methodStatic memberSample(RandomGenerator, Matrix, Double)
Static method which generates sample of inverse-Wishart distribution with user specified generator and parameters.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also