
import numpy

def sphering(data):
    return data / numpy.std(data, axis=0)
