Normalize Vector (Not in Base Package)

Normalizes the input Vector using its statistical profile (mu,s), where mu is the mean and s is the standard deviation, to obtain a Normalized Vector whose statistical profile is (0,1). Details

If Vector is an empty array, Normalized Vector is also an empty array, and mean and standard deviation are NaN.
Normalized Vector is the output normalized vector.
standard deviation is the standard deviation of Vector.
mean is the mean of Vector.
error returns any error or warning condition from the VI.

Normalize Vector Details

The VI obtains Normalized Vector using

where Y represents the output sequence Normalized Vector, and X represents the input sequence Vector of length n, and xi is the ith element of X.