Normal |
The NormalGamma type exposes the following members.
| Name | Description | |
|---|---|---|
| Density(MeanPrecisionPair) | Evaluates the probability density function for a NormalGamma distribution. | |
| Density(Double, Double) | Evaluates the probability density function for a NormalGamma distribution. | |
| DensityLn(MeanPrecisionPair) | Evaluates the log probability density function for a NormalGamma distribution. | |
| DensityLn(Double, Double) | Evaluates the log probability density function for a NormalGamma 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. | |
| MeanMarginal | Returns the marginal distribution for the mean of the NormalGamma distribution. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PrecisionMarginal | Returns the marginal distribution for the precision of the NormalGamma distribution. | |
| Sample | Generates a sample from the NormalGamma distribution. | |
| Sample(Random, Double, Double, Double, Double) | Generates a sample from the NormalGamma distribution. | |
| Samples | Generates a sequence of samples from the NormalGamma distribution | |
| Samples(Random, Double, Double, Double, Double) | Generates a sequence of samples from the NormalGamma distribution | |
| ToString |
A string representation of the distribution.
(Overrides ObjectToString) |