fisherF
fisherF(
options):NumberSampler
Defined in: src/distribution/continuous/gamma.ts:153
Fisher’s F: the ratio of two chi-squared variables over their degrees of freedom. Exported as fisherF.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Example
Section titled “Example”fisherF({ d1: 8, d2: 12 }).sample(); // 1.1274...