|
| matrix_type | MR::Math::Stats::GLM::solve_betas (const matrix_type &measurements, const matrix_type &design) |
| |
| vector_type | MR::Math::Stats::GLM::abs_effect_size (const matrix_type &measurements, const matrix_type &design, const Hypothesis &hypothesis) |
| |
| matrix_type | MR::Math::Stats::GLM::abs_effect_size (const matrix_type &measurements, const matrix_type &design, const vector< Hypothesis > &hypotheses) |
| |
| matrix_type | MR::Math::Stats::GLM::stdev (const matrix_type &measurements, const matrix_type &design) |
| |
| matrix_type | MR::Math::Stats::GLM::stdev (const matrix_type &measurements, const matrix_type &design, const index_array_type &variance_groups) |
| |
| vector_type | MR::Math::Stats::GLM::std_effect_size (const matrix_type &measurements, const matrix_type &design, const Hypothesis &hypothesis) |
| |
| matrix_type | MR::Math::Stats::GLM::std_effect_size (const matrix_type &measurements, const matrix_type &design, const vector< Hypothesis > &hypotheses) |
| |
| void | MR::Math::Stats::GLM::all_stats (const matrix_type &measurements, const matrix_type &design, const vector< Hypothesis > &hypotheses, const index_array_type &variance_groups, matrix_type &betas, matrix_type &abs_effect_size, matrix_type &std_effect_size, matrix_type &stdev) |
| |
| void | MR::Math::Stats::GLM::all_stats (const matrix_type &measurements, const matrix_type &design, const vector< CohortDataImport > &extra_columns, const vector< Hypothesis > &hypotheses, const index_array_type &variance_groups, vector_type &cond, matrix_type &betas, matrix_type &abs_effect_size, matrix_type &std_effect_size, matrix_type &stdev) |
| |
| void | MR::Math::Stats::GLM::TestVariableHomoscedastic::get_mask (const size_t ie, BitSet &, const matrix_type &extra_columns) const |
| |
| void | MR::Math::Stats::GLM::TestVariableHomoscedastic::apply_mask (const BitSet &mask, matrix_type::ConstColXpr data, const matrix_type &shuffling_matrix, const matrix_type &extra_column_data, matrix_type &Mfull_masked, matrix_type &shuffling_matrix_masked, vector_type &y_masked) const |
| |
| void | MR::Math::Stats::GLM::TestVariableHeteroscedastic::apply_mask_VG (const BitSet &mask, index_array_type &VG_masked, index_array_type &VG_counts) const |
| |