| Namespaces | |
| namespace | GLM | 
| Classes | |
| class | CohortDataImport | 
| class | Shuffle | 
| class | Shuffler | 
| class | SubjectDataImportBase | 
| Typedefs | |
| using | value_type = MR::default_type | 
| using | matrix_type = Eigen::Matrix< value_type, Eigen::Dynamic, Eigen::Dynamic > | 
| using | vector_type = Eigen::Array< value_type, Eigen::Dynamic, 1 > | 
| using | index_array_type = Eigen::Array< size_t, Eigen::Dynamic, 1 > | 
| Functions | |
| matrix_type | fwe_pvalue (const matrix_type &null_dist, const matrix_type &stats) | 
| App::OptionGroup | shuffle_options (const bool include_nonstationarity, const default_type default_skew=1.0) | 
| Variables | |
| const char * | error_types [] | 
| using MR::Math::Stats::index_array_type = typedef Eigen::Array<size_t, Eigen::Dynamic, 1> | 
Definition at line 36 of file typedefs.h.
| using MR::Math::Stats::matrix_type = typedef Eigen::Matrix<value_type, Eigen::Dynamic, Eigen::Dynamic> | 
Definition at line 34 of file typedefs.h.
| using MR::Math::Stats::value_type = typedef MR::default_type | 
Definition at line 33 of file typedefs.h.
| using MR::Math::Stats::vector_type = typedef Eigen::Array<value_type, Eigen::Dynamic, 1> | 
Definition at line 35 of file typedefs.h.
| matrix_type MR::Math::Stats::fwe_pvalue | ( | const matrix_type & | null_dist, | 
| const matrix_type & | stats | ||
| ) | 
| App::OptionGroup MR::Math::Stats::shuffle_options | ( | const bool | include_nonstationarity, | 
| const default_type | default_skew = 1.0 | ||
| ) | 
| 
 | extern |