#include "math/stats/shuffle.h"
|
| Shuffler (const size_t num_rows, const bool is_nonstationarity, const std::string msg="") |
|
| Shuffler (const size_t num_rows, const size_t num_shuffles, const error_t error_types, const bool is_nonstationarity, const std::string msg="") |
|
| Shuffler (const size_t num_rows, const size_t num_shuffles, const error_t error_types, const bool is_nonstationarity, const index_array_type &eb_within, const index_array_type &eb_whole, const std::string msg="") |
|
bool | operator() (Shuffle &output) |
|
size_t | size () const |
|
void | reset () |
|
Definition at line 63 of file shuffle.h.
◆ PermuteLabels
◆ error_t
◆ Shuffler() [1/3]
MR::Math::Stats::Shuffler::Shuffler |
( |
const size_t |
num_rows, |
|
|
const bool |
is_nonstationarity, |
|
|
const std::string |
msg = "" |
|
) |
| |
◆ Shuffler() [2/3]
MR::Math::Stats::Shuffler::Shuffler |
( |
const size_t |
num_rows, |
|
|
const size_t |
num_shuffles, |
|
|
const error_t |
error_types, |
|
|
const bool |
is_nonstationarity, |
|
|
const std::string |
msg = "" |
|
) |
| |
◆ Shuffler() [3/3]
MR::Math::Stats::Shuffler::Shuffler |
( |
const size_t |
num_rows, |
|
|
const size_t |
num_shuffles, |
|
|
const error_t |
error_types, |
|
|
const bool |
is_nonstationarity, |
|
|
const index_array_type & |
eb_within, |
|
|
const index_array_type & |
eb_whole, |
|
|
const std::string |
msg = "" |
|
) |
| |
◆ operator()()
bool MR::Math::Stats::Shuffler::operator() |
( |
Shuffle & |
output | ) |
|
◆ reset()
void MR::Math::Stats::Shuffler::reset |
( |
| ) |
|
◆ size()
size_t MR::Math::Stats::Shuffler::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: