rrBLUP_ML0_center_y#

pybrops.model.gmod.rrBLUPModel0.rrBLUP_ML0_center_y(y)[source]#

Center y values around zero.

Parameters:

y (numpy.ndarray) – A vector of observations of shape (nobs,).

Returns:

out – A vector of observations of shape (nobs,) centered around zero.

Return type:

numpy.ndarray