Dirichlet Constructor |
| Name | Description | |
|---|---|---|
| Dirichlet(Double) | Initializes a new instance of the Dirichlet class. The distribution will be initialized with the default random number generator. | |
| Dirichlet(Double, Int32) | Initializes a new instance of the Dirichlet class. random number generator. | |
| Dirichlet(Double, Random) | Initializes a new instance of the Dirichlet class. The distribution will be initialized with the default random number generator. | |
| Dirichlet(Double, Int32, Random) | Initializes a new instance of the Dirichlet class. random number generator. |