earthkit.meteo.score.array.pearson ================================== .. py:function:: earthkit.meteo.score.array.pearson(x, y, axis=0) Compute pearson correlation coefficient :param x: Input arrays, shapes must match :type x: :class:`array-like` :param y: Input arrays, shapes must match :type y: :class:`array-like` :param axis: Axis along which to compute correlation :type axis: :class:`int` :returns: Correlation, shape is the same as x with ``axis`` removed :rtype: :class:`array-like`