Returns the logarithm of the logistic function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double LogLogistic(
double x
)
Public Shared Function LogLogistic (
x As Double
) As Double
public:
static double LogLogistic(
double x
)
static member LogLogistic :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe logarithm of the logistic function evaluated at
x.
Reference