Computes the logarithm of the sum of exponentials.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double LogSumExp(
Vector<double> values
)
Public Shared Function LogSumExp (
values As Vector(Of Double)
) As Double
public:
static double LogSumExp(
Vector<double>^ values
)
static member LogSumExp :
values : Vector<float> -> float
Parameters
- values
- Type: Extreme.MathematicsVectorDouble
Return Value
Type:
DoubleThe logarithm of the sum of exponentials
of the elements of
values.
Reference