Skip to content

dirichlet

dirichlet(alpha): number[]

Defined in: src/global/distributions.ts:262

One point on the simplex: values in (0, 1) that sum to 1.

readonly number[]

number[]

dirichlet([1, 1, 1]); // [ 0.24, 0.51, 0.25 ]