Should I implement my own mean, std. deviation and median in C++, or there is already existing code I should use? I need to calculate these for a std::vector.
Thanks
Should I implement my own mean, std. deviation and median in C++, or there is already existing code I should use? I need to calculate these for a std::vector.
Thanks