| add(const T &x, const T &y) | BivarStats | |
| add(const std::vector< T > &x, const std::vector< T > &y) | BivarStats | |
| add(const std::vector< std::pair< T, T > > &d) | BivarStats | |
| add(const Vector< T > &x, const Vector< T > &y) | BivarStats | |
| averageX(void) const | BivarStats | |
| averageY(void) const | BivarStats | |
| BivarStats(bool scale=false) | BivarStats | |
| BivarStats(const T &x, const T &, bool scale=false) | BivarStats | |
| BivarStats(const std::vector< T > &x, const std::vector< T > &y, bool scale=false) | BivarStats | |
| BivarStats(const std::vector< std::pair< T, T > > &d, bool scale=false) | BivarStats | |
| BivarStats(const Vector< T > &x, const Vector< T > &y, bool scale=false) | BivarStats | |
| clear(void) | BivarStats | |
| correlation(void) const | BivarStats | |
| estimateDeviation(const std::vector< std::pair< T, T > > &d) const | BivarStats | |
| eval(const T &x) const | BivarStats | [inline] |
| intercept(void) const | BivarStats | |
| maximumX(void) const | BivarStats | |
| maximumY(void) const | BivarStats | |
| minimumX(void) const | BivarStats | |
| minimumY(void) const | BivarStats | |
| n(void) const | BivarStats | [inline] |
| operator+=(BivarStats< T > &S) | BivarStats | |
| sigmaSlope(void) const | BivarStats | |
| sigmaYX(void) const | BivarStats | |
| slope(void) const | BivarStats | |
| stdDevX(void) const | BivarStats | |
| stdDevY(void) const | BivarStats | |
| subtract(const T &x, const T &y) | BivarStats | |
| subtract(const std::vector< T > &x, const std::vector< T > &y) | BivarStats | |
| subtract(const std::vector< std::pair< T, T > > &d) | BivarStats | |
| subtract(const Vector< T > &x, const Vector< T > &y) | BivarStats | |
| varianceX(void) const | BivarStats | |
| varianceY(void) const | BivarStats | |