hex
Class DGLM.FamilyIced

java.lang.Object
  extended by water.Iced
      extended by hex.DGLM.FamilyIced
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
DGLM

public static class DGLM.FamilyIced
extends Iced

passthrough class around family that properly supports icing


Field Summary
 DGLM.Family _family
           
 double _tweedieVariancePower
           
 
Constructor Summary
DGLM.FamilyIced(DGLM.Family family)
           
DGLM.FamilyIced(DGLM.Family family, double tweedieVariancePower)
           
 
Method Summary
 double deviance(double yr, double ym)
           
 double mustart(double y)
           
 java.lang.String toString2()
           
 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

_tweedieVariancePower

public final double _tweedieVariancePower

_family

public final DGLM.Family _family
Constructor Detail

DGLM.FamilyIced

public DGLM.FamilyIced(DGLM.Family family)

DGLM.FamilyIced

public DGLM.FamilyIced(DGLM.Family family,
                       double tweedieVariancePower)
Method Detail

mustart

public double mustart(double y)

variance

public double variance(double mu)

deviance

public double deviance(double yr,
                       double ym)

toString2

public java.lang.String toString2()