openGPMP
Open Source Mathematics Package
|
This is the complete list of members for gpmp::stats::Resampling, including all inherited members.
bootstrap(const std::vector< int > &data, int numSamples) | gpmp::stats::Resampling | static |
bootstrap_ci(const std::vector< double > &data, double alpha, int numSamples) | gpmp::stats::Resampling | static |
bootstrap_t(const std::vector< double > &data, int numSamples) | gpmp::stats::Resampling | static |
circular_block_bootstrap(const std::vector< double > &data, int blockSize, int numSamples) | gpmp::stats::Resampling | static |
jackknife(const std::vector< int > &data) | gpmp::stats::Resampling | static |
permutation_p_value(const std::vector< double > &data1, const std::vector< double > &data2, double observedStatistic) | gpmp::stats::Resampling | static |
permutation_test(const std::vector< int > &data, int numPermutations) | gpmp::stats::Resampling | static |
smoothed_bootstrap(const std::vector< double > &data, int numSamples) | gpmp::stats::Resampling | static |
subsample(const std::vector< int > &data, int numSamples) | gpmp::stats::Resampling | static |
time_series_bootstrap(const std::vector< double > &data, int numSamples) | gpmp::stats::Resampling | static |
weighted_bootstrap(const std::vector< double > &data, const std::vector< double > &weights, int size) | gpmp::stats::Resampling | static |