#include <ModelFit.h>
|
| | ModelFitGLM () |
| | ModelFitGLM (ModelFit &gmf, const string &family, const int &niter) |
| | ModelFit () |
| | ModelFit (const bool &success, const vec &coef) |
| | ModelFit (const bool &success, const vec &coef, const vec &se, const double &dispersion, const double &rdf) |
| | ModelFit (const bool &success, const double &coef, const double &se, const double &dispersion, const double &rdf) |
| | ModelFit (const bool &success, const vec &coef, const vec &se, const double &dispersion, const double &rdf, const mat &vcov) |
| | ModelFit (const bool &success, const vec &coef, const vec &se, const double &dispersion, const double &rdf, const mat &vcov, const vec &residuals) |
| | ModelFit (const bool &success, const vec &coef, const vec &se, const double &dispersion, const double &rdf, const mat &vcov, const vec &residuals, const vec &hatvalues) |
| void | setDevResids (const vec &dr, const vec &y, const vec &mu, const vec w={}) |
| void | setFittedValues (const vec &mu_in, const vec w={}) |
◆ ModelFitGLM() [1/2]
| fastglmmLib::ModelFitGLM::ModelFitGLM |
( |
| ) |
|
|
inline |
◆ ModelFitGLM() [2/2]
| fastglmmLib::ModelFitGLM::ModelFitGLM |
( |
ModelFit & | gmf, |
|
|
const string & | family, |
|
|
const int & | niter ) |
|
inline |
◆ family
| string fastglmmLib::ModelFitGLM::family = "" |
◆ mu_mean
| double fastglmmLib::ModelFitGLM::mu_mean = datum::nan |
◆ niter
| int fastglmmLib::ModelFitGLM::niter = 0 |
◆ nZeroPrediction
| double fastglmmLib::ModelFitGLM::nZeroPrediction = 0 |
◆ theta
| double fastglmmLib::ModelFitGLM::theta = datum::nan |
◆ y_mean
| double fastglmmLib::ModelFitGLM::y_mean = datum::nan |
The documentation for this class was generated from the following file: