Click or drag to resize

Dirichlet Methods

The Dirichlet type exposes the following members.

Methods
 NameDescription
Public methodDensity Computes the density of the distribution.
Public methodDensityLn Computes the log density of the 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. No parameter can be less than zero and at least one parameter should be larger than zero.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSample Samples a Dirichlet distributed random vector.
Public methodStatic memberSample(Random, Double) Samples a Dirichlet distributed random vector.
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also