Inverse |
The InverseWishart type exposes the following members.
| Name | Description | |
|---|---|---|
| Density | Evaluates the probability density function for the inverse Wishart distribution. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsValidParameterSet | Tests whether the provided values are valid parameters for this distribution. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Sample | Samples an inverse Wishart distributed random variable by sampling a Wishart random variable and inverting the matrix. | |
| Sample(Random, Double, MatrixDouble) | Samples an inverse Wishart distributed random variable by sampling a Wishart random variable and inverting the matrix. | |
| ToString |
A string representation of the distribution.
(Overrides ObjectToString) |