weibull
weibull(
options):NumberSampler
Defined in: src/distribution/continuous/location-scale.ts:144
Weibull, used for time until failure.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Example
Section titled “Example”weibull({ shape: 1.5, scale: 100 }).sample(); // 79.43...