mean.centred: flag to centre the data values to have zero mean. Default is FALSE.
Returns
Pre-sphered or pre-scaled version of data. These pre-transformations are required for implementing the plug-in Hpi selectors and the smoothed cross validation Hscv selectors.
Details
For pre-scaling, the data values are pre-multiplied by S(−1/2) and for pre-scaling, by SD(−1/2) where S is the sample variance and SD
is c("diag(S12,\n", "S22,...,Sd2)") where Si2 is the i-th marginal sample variance.