Returns the variable normalized.

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

Syntax

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

Return Value

A new NumericalVariable with the same shape as this instance, but with mean equal zero and standard deviation equal to one.