public abstract class HGLMTask
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HGLMTask.ComputationEngineTask
This class will pre-calculate arrays (double[]) or matrices (double[][]) that will be used in later calculations
that are part of the CDSS described in equation 11 of the doc.
|
static class |
HGLMTask.ResidualLLHTask
This class will calculate the residual Yj-Afj*beta-Arj*ubetaj for level 2 unit j.
|
Constructor and Description |
---|
HGLMTask() |