openGPMP
Open Source Mathematics Package
gpmp::stats::Resampling Member List

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::Resamplingstatic
bootstrap_ci(const std::vector< double > &data, double alpha, int numSamples)gpmp::stats::Resamplingstatic
bootstrap_t(const std::vector< double > &data, int numSamples)gpmp::stats::Resamplingstatic
circular_block_bootstrap(const std::vector< double > &data, int blockSize, int numSamples)gpmp::stats::Resamplingstatic
jackknife(const std::vector< int > &data)gpmp::stats::Resamplingstatic
permutation_p_value(const std::vector< double > &data1, const std::vector< double > &data2, double observedStatistic)gpmp::stats::Resamplingstatic
permutation_test(const std::vector< int > &data, int numPermutations)gpmp::stats::Resamplingstatic
smoothed_bootstrap(const std::vector< double > &data, int numSamples)gpmp::stats::Resamplingstatic
subsample(const std::vector< int > &data, int numSamples)gpmp::stats::Resamplingstatic
time_series_bootstrap(const std::vector< double > &data, int numSamples)gpmp::stats::Resamplingstatic
weighted_bootstrap(const std::vector< double > &data, const std::vector< double > &weights, int size)gpmp::stats::Resamplingstatic