public class ModelMetricsHGLMV3 extends ModelMetricsBaseV3
| Modifier and Type | Field and Description |
|---|---|
long |
bad
index of the most influential observation
|
double |
caic
conditional AIC
|
boolean |
converge
true if model has converged
|
double |
convergence
sum(etai-eta0)^2/sum(etai)^2
|
double |
dfrefe
deviance degrees of freedom for mean part of the model
|
double[] |
fixef
fixed coefficient)
|
double |
hlik
log h-likelihood
|
double |
pbvh
adjusted profile log-likelihood profiled over fixed and random effects
|
double |
pvh
adjusted profile log-likelihood profiled over random effects
|
int[] |
randc
number of random columns
|
double[] |
ranef
random coefficients
|
double[] |
sefe
standard error of fixed predictors/effects
|
double[] |
sere
standard error of random effects
|
double |
sumetadiffsquare
sum(etai-eta0)^2 where etai is current eta and eta0 is the previous one
|
double[] |
summvc1
estimates, standard errors of the linear predictor in the dispersion model
|
double[][] |
summvc2
estimates, standard errors of the linear predictor for dispersion parameter of random effects
|
double |
varfix
dispersion parameter of the mean model (residual variance for LMM)
|
double[] |
varranef
dispersion parameter of the random effects (variance of random effects for GLMM
|
customMetricName, customMetricValue, description, frame, frameChecksum, model, modelCategory, modelChecksum, mse, nobs, predictions, rmse, scoringTime| Constructor and Description |
|---|
ModelMetricsHGLMV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double[] sefe
public double[] sere
public double varfix
public double[] varranef
public double[] fixef
public double[] ranef
public boolean converge
public int[] randc
public double dfrefe
public double[] summvc1
public double[][] summvc2
public double hlik
public double pvh
public double pbvh
public double caic
public long bad
public double sumetadiffsquare
public double convergence
public java.lang.String toString()
toString in class ModelMetricsBaseV3