Click or drag to resize

InverseWishart Methods

The InverseWishart type exposes the following members.

Methods
 NameDescription
Public methodDensity Evaluates the probability density function for the inverse Wishart distribution.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsValidParameterSet Tests whether the provided values are valid parameters for this distribution.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSample Samples an inverse Wishart distributed random variable by sampling a Wishart random variable and inverting the matrix.
Public methodStatic memberSample(Random, Double, MatrixDouble) Samples an inverse Wishart distributed random variable by sampling a Wishart random variable and inverting the matrix.
Public methodToString A string representation of the distribution.
(Overrides ObjectToString)
Top
See Also