This is the complete list of members for mio::Interpol1D, including all inherited members.
arithmeticMean(const std::vector< double > &vecData) | mio::Interpol1D | static |
corr(const std::vector< double > &z1, const std::vector< double > &z2) | mio::Interpol1D | static |
covariance(const std::vector< double > &z1, const std::vector< double > &z2) | mio::Interpol1D | static |
derivative(const std::vector< double > &X, const std::vector< double > &Y) | mio::Interpol1D | static |
equalBin(const unsigned int k, std::vector< double > &X, std::vector< double > &Y) | mio::Interpol1D | static |
equalCountBin(const unsigned int k, std::vector< double > &X, std::vector< double > &Y) | mio::Interpol1D | static |
ExpRegression(const std::vector< double > &X, const std::vector< double > &Y, double &a, double &b, double &r, std::string &mesg) | mio::Interpol1D | static |
getBoxMuller() | mio::Interpol1D | static |
getMedian(const std::vector< double > &vecData, const bool &keep_nodata=true) | mio::Interpol1D | static |
getMedianAverageDeviation(std::vector< double > vecData, const bool &keep_nodata=true) | mio::Interpol1D | static |
LinRegression(const std::vector< double > &X, const std::vector< double > &Y, double &a, double &b, double &r, std::string &mesg, const bool &fixed_rate=false) | mio::Interpol1D | static |
LogRegression(const std::vector< double > &X, const std::vector< double > &Y, double &a, double &b, double &r, std::string &mesg) | mio::Interpol1D | static |
max_element(const std::vector< double > &X) | mio::Interpol1D | static |
min_element(const std::vector< double > &X) | mio::Interpol1D | static |
NashSuttcliffe(const std::vector< double > &obs, const std::vector< double > &sim) | mio::Interpol1D | static |
NoisyLinRegression(const std::vector< double > &in_X, const std::vector< double > &in_Y, double &A, double &B, double &R, std::string &mesg, const bool &fixed_rate=false) | mio::Interpol1D | static |
Pearson(const std::vector< double > &X, const std::vector< double > &Y) | mio::Interpol1D | static |
quantiles(const std::vector< double > &X, const std::vector< double > &quartiles) | mio::Interpol1D | static |
quantiles_core(std::vector< double > X, const std::vector< double > &quartiles) | mio::Interpol1D | static |
R2(const std::vector< double > &obs, const std::vector< double > &sim) | mio::Interpol1D | static |
sort(std::vector< double > &X, std::vector< double > &Y, const bool &keep_nodata=true) | mio::Interpol1D | static |
std_dev(const std::vector< double > &X) | mio::Interpol1D | static |
twoLinRegression(const std::vector< double > &in_X, const std::vector< double > &in_Y, const double &bilin_inflection, std::vector< double > &coeffs) | mio::Interpol1D | static |
variance(const std::vector< double > &X) | mio::Interpol1D | static |
weightedMean(const double &d1, const double &d2, const double &weight=1.) | mio::Interpol1D | static |
weightedMean(const std::vector< double > &vecData, const std::vector< double > &weight) | mio::Interpol1D | static |