Click or drag to resize

NormalGamma Methods

The NormalGamma type exposes the following members.

Methods
 NameDescription
Public methodDensity(MeanPrecisionPair) Evaluates the probability density function for a NormalGamma distribution.
Public methodDensity(Double, Double) Evaluates the probability density function for a NormalGamma distribution.
Public methodDensityLn(MeanPrecisionPair) Evaluates the log probability density function for a NormalGamma distribution.
Public methodDensityLn(Double, Double) Evaluates the log probability density function for a NormalGamma 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.
Public methodMeanMarginal Returns the marginal distribution for the mean of the NormalGamma distribution.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPrecisionMarginal Returns the marginal distribution for the precision of the NormalGamma distribution.
Public methodSample Generates a sample from the NormalGamma distribution.
Public methodStatic memberSample(Random, Double, Double, Double, Double) Generates a sample from the NormalGamma distribution.
Public methodSamples Generates a sequence of samples from the NormalGamma distribution
Public methodStatic memberSamples(Random, Double, Double, Double, Double) Generates a sequence of samples from the NormalGamma distribution
Public methodToString A string representation of the distribution.
(Overrides ObjectToString)
Top
See Also