logistic
logistic(
location?,scale?):number
Defined in: src/global/distributions.ts:149
One logistic draw, the distribution behind the sigmoid.
Parameters
Section titled “Parameters”location?
Section titled “location?”number = 0
scale?
Section titled “scale?”number = 1
Returns
Section titled “Returns”number
Example
Section titled “Example”logistic(); // -0.2231...