Skip to content

f

const f: Readonly<{ kind: "continuous"; name: "f"; params: string[]; cdf: number; dlogpdf: { dd1: number; dd2: number; dx: number; }; logpdf: number; mean: number; pdf: number; quantile: number; sample: number; sampleN: any[]; support: number[]; validate: void; variance: number; }>

Defined in: f.js:39

F distribution, parameterized {d1, d2} with numerator and denominator degrees of freedom d1 > 0 and d2 > 0. Support is (0, infinity).