Developer documentation
Version 3.0.3-105-gd3941f44
MR::Math::Stats Namespace Reference

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 []
 

Typedef Documentation

◆ index_array_type

using MR::Math::Stats::index_array_type = typedef Eigen::Array<size_t, Eigen::Dynamic, 1>

Definition at line 36 of file typedefs.h.

◆ matrix_type

using MR::Math::Stats::matrix_type = typedef Eigen::Matrix<value_type, Eigen::Dynamic, Eigen::Dynamic>

Definition at line 34 of file typedefs.h.

◆ value_type

Definition at line 33 of file typedefs.h.

◆ vector_type

using MR::Math::Stats::vector_type = typedef Eigen::Array<value_type, Eigen::Dynamic, 1>

Definition at line 35 of file typedefs.h.

Function Documentation

◆ fwe_pvalue()

matrix_type MR::Math::Stats::fwe_pvalue ( const matrix_type null_dist,
const matrix_type stats 
)

◆ shuffle_options()

App::OptionGroup MR::Math::Stats::shuffle_options ( const bool  include_nonstationarity,
const default_type  default_skew = 1.0 
)

Variable Documentation

◆ error_types

const char* MR::Math::Stats::error_types[]
extern