@stdlib/ml-incr-binary-classification
Incrementally perform binary classification using stochastic gradient descent (SGD).
@stdlib/stats-base-dists-logistic-cdf
Logistic distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-logistic-stdev
Logistic distribution standard deviation.
@stdlib/stats-base-dists-logistic-mgf
Logistic distribution moment-generating function (MGF).
@stdlib/stats-base-dists-logistic-pdf
Logistic distribution probability density function (PDF).
@stdlib/stats-base-dists-logistic-logpdf
Logistic distribution logarithm of probability density function (PDF).
@stdlib/stats-base-dists-logistic-quantile
Logistic distribution quantile function.
@stdlib/math-iter-special-logit
Create an iterator which evaluates the logit function for each iterated value.
@stdlib/stats-base-dists-logistic-logcdf
Logistic distribution logarithm of cumulative distribution function (CDF).
@stdlib/random-iter-logistic
Create an iterator for generating pseudorandom numbers drawn from a logistic distribution.
@stdlib/random-streams-logistic
Create a readable stream for generating pseudorandom numbers drawn from a logistic distribution.
@stdlib/math-iter-special-expit
Create an iterator which evaluates the standard logistic function for each iterated value.
@stdlib/random-array-logistic
Create an array containing pseudorandom numbers drawn from a logistic distribution.