public static class ComputationStateHGLM.ComputationStateSimple
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double[] |
_beta |
double |
_tauEVar |
double[][] |
_tmat |
double[][] |
_ubeta |
| Constructor and Description |
|---|
ComputationStateSimple(double[] beta,
double[][] ubeta,
double[][] tmat,
double tauEVar) |