Returns a NumericalVariable whose observations are the exponential of the original observations..

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

Syntax

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

Return Value

A NumericalVariable.

Remarks

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