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] Return (non-squared) sigma vs. squared sigma

yuki-koyama opened this issue · comments

Currently, it returns (non-squared) sigma rather than squared sigma (i.e., variance). It may be more straightforward to return variance.