logistic
logistic(
options?):NumberSampler
Defined in: src/distribution/continuous/location-scale.ts:72
Logistic, the distribution behind the sigmoid.
Parameters
Section titled “Parameters”options?
Section titled “options?”LocationScaleOptions = {}
Returns
Section titled “Returns”Example
Section titled “Example”logistic({ location: 0, scale: 1 }).sample(); // -0.2231...