fastglmm
Massively scalable generalized linear mixed models
Loading...
Searching...
No Matches
fastglmmLib::glmmFitResponses< T1, T2, T3 > Class Template Reference

#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)

Constructor & Destructor Documentation

◆ glmmFitResponses()

template<typename T1, typename T2, typename T3>
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 )

Member Function Documentation

◆ eval()

template<typename T1, typename T2, typename T3>
ModelFitGLMMList fastglmmLib::glmmFitResponses< T1, T2, T3 >::eval ( const T1 & Y,
const vector< string > & ids,
const vector< string > & family )

The documentation for this class was generated from the following file: