TradingView
RicardoSantos
7 okt 2021 15:53

MathSpecialFunctionsLogistic 

Bitcoin / U.S. dollarBitstamp

Beskrivning

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
Mer