normalize

Normalizes the FloatArray using the given mean and std.

Formula: (value - mean) / std

Throws