pyhrs:docs

ncor

pyhrs.ncor(x, y)[source] [edit on github]

Calculate the normalized correlation of two arrays

Parameters:

x: numpy.ndarray

Arrray of x-values

y: numpy.ndarray

Arrray of y-values

Returns:

ncor: float

Normalize correctation value for two arrays

Page Contents