Returns a NumericalVariable whose observations are the natural logarithm of the original observations..

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function Log As NumericalVariable
C#
public NumericalVariable Log ()
C++
public:
NumericalVariable^ Log ()

Return Value

A NumericalVariable.

Remarks

The new variable gets the name log(<name>), where <name> is the name of the original variable.