yuki-koyama / mathtoolbox

Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen

Home Page:https://yuki-koyama.github.io/mathtoolbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[GPR] Support data normalization

yuki-koyama opened this issue · comments

As the current implementation assumes the mean function to be zero constant, it is better to support data normalization, i.e., modify y so that mean(y) = 0.

Also, it is worth discussing the use of scaling, i.e., modify y so that var(y) = 1.