Returns a NumericalVariable whose observations are the absolute values of the original observations..

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

Syntax

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

Return Value

A NumericalVariable.

Remarks

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