TradingView
RicardoSantos
Oct 7, 2021 3:53 PM

MathSpecialFunctionsLogistic 

Bitcoin / U.S. dollarBitstamp

Description

Library "MathSpecialFunctionsLogistic"
Methods for logistic equation.

logistic(probability) Computes the logistic function.
Parameters:
  • probability: float, value to compute the logistic function.

Returns: float

logit(probability) Computes the logit function, the inverse of the sigmoid logistic function.
Parameters:
  • probability: float, value to compute the logit function.

Returns: float
More