Compute the vector of values of the logistic function applied to vector 't'.
Compute the vector of values of the logistic function applied to vector 't'. The values are computed in-place.
the logistic function argument
the shift parameter
the spread parameter
Compute the value of the logistic function at 't'.
Compute the value of the logistic function at 't'.
the logistic function argument
the shift parameter
the spread parameter
Compute the log of the odds of an event ocurring (e.g., success, 1).
Compute the log of the odds of an event ocurring (e.g., success, 1). The inverse of the logit function is the standard logistic function (sigmoid function).
the probability, a number between 0 and 1.
Return the vector of values of the sigmoid function applied to vector 't.' The values are computed in-place.
Return the vector of values of the sigmoid function applied to vector 't.' The values are computed in-place.
the sigmoid function vector argument
Compute the value of the sigmoid function at 't'.
Compute the value of the sigmoid function at 't'. This is a special case of the logistic function, where 'a = 0' and 'b = 1'. It is also referred to as the standard logistic function. It is also the inverse of the logit function.
the sigmoid function argument
The
LogisticFunction
object contains Activation functions.