chiSquared
chiSquared(
options):NumberSampler
Defined in: src/distribution/continuous/gamma.ts:109
Chi-squared with df degrees of freedom.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Example
Section titled “Example”chiSquared({ df: 3 }).sample(); // 2.3661...