|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwater.Iced
hex.glm.GLMParams
public class GLMParams
Nested Class Summary | |
---|---|
static class |
GLMParams.CaseMode
|
static class |
GLMParams.Family
|
static class |
GLMParams.Link
|
Field Summary | |
---|---|
static DocGen.FieldDoc[] |
DOC_FIELDS
|
Constructor Summary | |
---|---|
GLMParams(GLMParams.Family f,
double twVar,
GLMParams.Link l,
double twLnk)
|
Method Summary | |
---|---|
boolean |
canonical()
|
double |
deviance(double yr,
double ym)
|
double |
link(double x)
|
double |
linkDeriv(double x)
|
double |
linkInv(double x)
|
double |
linkInvDeriv(double x)
|
double |
mustart(double y,
double ymu)
|
double |
variance(double mu)
|
Methods inherited from class water.Iced |
---|
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static DocGen.FieldDoc[] DOC_FIELDS
Constructor Detail |
---|
public GLMParams(GLMParams.Family f, double twVar, GLMParams.Link l, double twLnk)
Method Detail |
---|
public final double variance(double mu)
public final boolean canonical()
public final double mustart(double y, double ymu)
public final double deviance(double yr, double ym)
public final double link(double x)
public final double linkDeriv(double x)
public final double linkInv(double x)
public final double linkInvDeriv(double x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |