MCPcopy Create free account
hub / github.com/ZiyaoWei/pyMatrixProfile / zNormalize

Function zNormalize

util.py:5–19  ·  view source on GitHub ↗

Return a z-normalized version of the time series ts. >>> zNormalize(np.array([1.0, 1.0, 1.0])) array([ 0., 0., 0.]) >>> np.round(zNormalize(np.array([1.0, 2.0, 0.0])), 3) array([ 0. , 1.225, -1.225]) >>> np.round(zNormalize(np.array([0.2, 2.2, -1.8])), 3) array([-0. ,

(ts)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

massFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected