Skip to content

logistic

logistic(options?): NumberSampler

Defined in: src/distribution/continuous/location-scale.ts:72

Logistic, the distribution behind the sigmoid.

LocationScaleOptions = {}

NumberSampler

logistic({ location: 0, scale: 1 }).sample(); // -0.2231...