Skip to content

studentT

studentT(options): NumberSampler

Defined in: src/distribution/continuous/gamma.ts:128

Student’s t: a normal with heavier tails, converging on one as df grows.

StudentTOptions

NumberSampler

studentT({ df: 5 }).sample(); // -0.8412...