Signature Description Parameters
templat<typename T, typename I = unsigned long, typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
struct TrackingErrorVisitor;
This functor class calculates the tracking error between two columns. Tracking error is the standard deviation of the difference vector.
          explicit TrackingErrorVisitor(bool bias = true);
        
See this document and dataframe_tester.cc for examples.
T: Column data type.
I: Index type.