News

This is a small script that allows C++ style function overloading, meaning there can be multiple functions with the same name but different parameters in the same scope and what parameters you pass to ...
Note 1: The vast majority of the functions accept matrices only, not data.frames. Note 2: Do not have matrices or vectors with have missing data (i.e NAs). We do no check about them and C++ internally ...