return bool |
True when the parameters are valid, false otherwise. |
Double[] alpha |
The parameters of the Dirichlet distribution. |
Type Dirichlet
Namespace MathNet.Numerics.Distributions
The distribution will use the Random by default. Users can get/set the random number generator by using the RandomSource property.
The statistics classes will check all the incoming parameters whether they are in the allowed range. This might involve heavy computation. Optionally, by setting Control.CheckDistributionParameters to false, all parameter checks can be turned off.
return bool |
True when the parameters are valid, false otherwise. |
Double[] alpha |
The parameters of the Dirichlet distribution. |
return Double[] |
|
Random rnd |
The random number generator to use. |
Double[] alpha |
The Dirichlet distribution parameter. |
return Double[]
|
return int
|
return Double[]
|
return Random
|
return Double[]
|