Skip to main content

logistic

Overloads

NameDescription
logistic(const ComplexArray arr) -> ComplexArrayComputes the logistic sigmoid function of the ComplexArray arr element-wise.
logistic(const RealArray arr) -> RealArrayComputes the logistic sigmoid function of the RealArray arr element-wise.

logistic(const ComplexArray arr) -> ComplexArray

Computes the logistic sigmoid function of the ComplexArray arr element-wise.

Parameters

logistic(const RealArray arr) -> RealArray

Computes the logistic sigmoid function of the RealArray arr element-wise.

Parameters