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.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Example
Section titled “Example”studentT({ df: 5 }).sample(); // -0.8412...