NormalizationStandardNormalVariate Type

Executes SVN (standard normal variate) normalization : y' = (y-mean)/(std), in which meam and std are the mean value and the standard deviation of the array values.

Constructors

Constructor Description

NormalizationStandardNormalVariate()

Full Usage: NormalizationStandardNormalVariate()

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    x : float[]

Returns: float[]
Modifiers: abstract

x : float[]
Returns: float[]