SHORE API
|
Linear hypothesis test. More...
Public Types | |
enum | Alternative { ALT_TWOSIDED =0, ALT_LESS =1, ALT_GREATER =2 } |
Public Member Functions | |
template<class T , size_t rows, size_t columns> | |
glht (const glm *const m, const T(&lh)[rows][columns]) | |
glht (const glm *const m, const std::vector< std::vector< double > > &lh) | |
size_t | nrows () const |
size_t | ncols () const |
void | set_alternative (const Alternative alt) |
void | run () |
Compute estimates, std. errors, t-statistics & p-values. | |
template<class Iter > | |
void | get_estimates (Iter dest) |
template<class Iter > | |
void | get_stderrs (Iter dest) |
template<class Iter > | |
void | get_tstats (Iter dest) |
template<class Iter > | |
void | get_pvalues (Iter dest) |
Linear hypothesis test.