Returns a
NumericalVariable whose observations are the natural logarithm of the original observations..
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public NumericalVariable Log()
Public Function Log As NumericalVariable
public:
NumericalVariable^ Log()
member Log : unit -> NumericalVariable
Return Value
Type:
NumericalVariableA
NumericalVariable.
The new variable gets the name log(<name>), where
<name> is the name of the original variable.
Numerical Libraries
Supported in: 5.x, 4.x
Reference