#include <glmm.h>
Public Methods | |
| Observe () | |
| ~Observe () | |
| int | display (void) const |
Public Attributes | |
| void ** | param |
| int | numtrait |
| int | rec |
| int | pev_current |
| int | need_data |
| std::string | pattern |
| Vector< double > | residual |
| Vector< double > | estimate |
| doubleMatrix | pev |
| doubleMatrix | rve |
| Vector< double > | rpy |
| doubleMatrix | W |
| doubleMatrix | Adj_Cov |
| Vector< double > | q |
| Vector< double > | est_null |
| double | weight |
| double | like_val |
| Vector< double > | y |
| doubleMatrix | Resid_Var |
| doubleMatrix | H |
| doubleMatrix | Hinv |
| int | nvc |
| doubleMatrix * | Resid_Sin_Mat |
| doubleMatrix * | resid_var |
| Vector< double > * | varcomp |
| Data * | data |
|
|
Definition at line 55 of file glmm.h. References like_val, nvc, param, pattern, and pev_current.
00055 {pattern="";nvc=0;Resid_Sin_Mat=0;varcomp=0;
00056 pev_current=0;like_val=0;data=0;param=0;};
|
|
|
Definition at line 57 of file glmm.h.
00057 {
00058 if(Resid_Sin_Mat) delete [] Resid_Sin_Mat;Resid_Sin_Mat=0;
00059 };
|
|
|
Definition at line 60 of file glmm.h.
00060 {std::cout<<"\tan object of Observe\n";return 1;};
|
|
|
|
|
|
Definition at line 54 of file glmm.h. Referenced by matvec::GLMM::new_obs(). |
|
|
|
|
|
Definition at line 37 of file glmm.h. Referenced by matvec::GLMM::Linear_Predictor(), matvec::GLMM::new_obs(), matvec::normal_loginClasses(), matvec::GLMM::residual(), and matvec::GLMM::setup_ww(). |
|
|
Definition at line 48 of file glmm.h. Referenced by matvec::GLMM::contrast(), matvec::GLMM::new_obs(), matvec::normal_loginClasses(), matvec::GLMM::residual(), and matvec::GLMM::SSQCP(). |
|
|
Definition at line 49 of file glmm.h. Referenced by matvec::GLMM::new_obs(). |
|
|
Definition at line 45 of file glmm.h. Referenced by matvec::normal_loginClasses(), Observe(), matvec::GLMM::residual(), and matvec::GLMM::setup_ww(). |
|
|
Definition at line 34 of file glmm.h. Referenced by matvec::GLMM::new_obs(), and matvec::GLMM::setup_ww(). |
|
|
Definition at line 33 of file glmm.h. Referenced by matvec::GLMM::new_obs(), and matvec::normal_loginClasses(). |
|
|
Definition at line 50 of file glmm.h. Referenced by matvec::GLMM::new_obs(), matvec::normal_loginClasses(), and Observe(). |
|
|
Definition at line 32 of file glmm.h. Referenced by matvec::GLMM::new_obs(), and Observe(). |
|
|
Definition at line 35 of file glmm.h. Referenced by matvec::GLMM::new_obs(), matvec::normal_loginClasses(), Observe(), matvec::GLMM::residual(), and matvec::GLMM::setup_ww(). |
|
|
Definition at line 38 of file glmm.h. Referenced by matvec::GLMM::new_obs(), matvec::GLMM::pev(), matvec::GLMM::residual(), and matvec::GLMM::SSQCP(). |
|
|
Definition at line 33 of file glmm.h. Referenced by matvec::GLMM::new_obs(), Observe(), and matvec::GLMM::residual(). |
|
|
|
|
|
Definition at line 33 of file glmm.h. Referenced by matvec::GLMM::new_obs(), and matvec::normal_loginClasses(). |
|
|
Definition at line 51 of file glmm.h. Referenced by matvec::GLMM::contrast(), matvec::GLMM::new_obs(), matvec::normal_loginClasses(), and matvec::GLMM::SSQCP(). |
|
|
Definition at line 52 of file glmm.h. Referenced by matvec::GLMM::new_obs(), and matvec::normal_loginClasses(). |
|
|
Definition at line 47 of file glmm.h. Referenced by matvec::GLMM::new_obs(), matvec::normal_loginClasses(), matvec::GLMM::residual(), matvec::GLMM::setup_ww(), and matvec::GLMM::SSQCP(). |
|
|
Definition at line 36 of file glmm.h. Referenced by matvec::GLMM::new_obs(), matvec::normal_loginClasses(), matvec::GLMM::resid(), and matvec::GLMM::SSQCP(). |
|
|
Definition at line 40 of file glmm.h. Referenced by matvec::GLMM::new_obs(), matvec::normal_loginClasses(), matvec::GLMM::residual(), and matvec::GLMM::setup_ww(). |
|
|
Definition at line 39 of file glmm.h. Referenced by matvec::GLMM::contrast(), matvec::GLMM::new_obs(), matvec::normal_loginClasses(), matvec::GLMM::residual(), matvec::GLMM::setup_ww(), and matvec::GLMM::SSQCP(). |
|
|
Definition at line 53 of file glmm.h. Referenced by matvec::GLMM::new_obs(), and matvec::normal_loginClasses(). |
|
|
|
|
|
Definition at line 44 of file glmm.h. Referenced by matvec::GLMM::contrast(), matvec::GLMM::new_obs(), matvec::GLMM::residual(), and matvec::GLMM::SSQCP(). |
|
|
Definition at line 46 of file glmm.h. Referenced by matvec::GLMM::new_obs(), matvec::normal_loginClasses(), and matvec::GLMM::setup_ww(). |
1.2.16