|
fastglmm
Massively scalable generalized linear mixed models
|
#include <glmmFitResponses.h>
Public Member Functions | |
| glmmFitResponses (const T2 &X, const spectralDecomp< T3 > &dcmp, const vec &weights={}, const vec &offset={}, const double &left=-10, const double &right=10, const double &tol=1e-5, const double &tol_eta=1e-7, const int &maxit=100, const double &lambda=0, const int &nthreads=1, const ModelDetail md=LOW) | |
| ModelFitGLMMList | eval (const T1 &Y, const vector< string > &ids, const vector< string > &family) |
| fastglmmLib::glmmFitResponses< T1, T2, T3 >::glmmFitResponses | ( | const T2 & | X, |
| const spectralDecomp< T3 > & | dcmp, | ||
| const vec & | weights = {}, | ||
| const vec & | offset = {}, | ||
| const double & | left = -10, | ||
| const double & | right = 10, | ||
| const double & | tol = 1e-5, | ||
| const double & | tol_eta = 1e-7, | ||
| const int & | maxit = 100, | ||
| const double & | lambda = 0, | ||
| const int & | nthreads = 1, | ||
| const ModelDetail | md = LOW ) |
| ModelFitGLMMList fastglmmLib::glmmFitResponses< T1, T2, T3 >::eval | ( | const T1 & | Y, |
| const vector< string > & | ids, | ||
| const vector< string > & | family ) |