Elementary.Log Sum Exp Method
Computes the logarithm of the sum of exponentials.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The logarithm of the sum of exponentials of the elements of values.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double LogSumExp(
Vector<double> values
)
Parameters
Return Value
DoubleThe logarithm of the sum of exponentials of the elements of values.
Exceptions
Argument | values is null. |