Skip to content

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.

FOptions

NumberSampler

fisherF({ d1: 8, d2: 12 }).sample(); // 1.1274...