hex
Class DGLM.LinkIced

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

public static class DGLM.LinkIced
extends Iced

passthrough class around Link that supports Icing


Field Summary
 DGLM.Link _link
           
 double _tweedieLinkPower
           
 
Constructor Summary
DGLM.LinkIced(DGLM.Link link)
           
DGLM.LinkIced(DGLM.Link link, java.lang.Double tweedieLinkPower)
           
 
Method Summary
 double link(double x)
           
 double linkDeriv(double x)
           
 double linkInv(double x)
           
 double linkInvDeriv(double x)
           
 java.lang.String toString2()
           
 
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

_link

public final DGLM.Link _link

_tweedieLinkPower

public final double _tweedieLinkPower
Constructor Detail

DGLM.LinkIced

public DGLM.LinkIced(DGLM.Link link)

DGLM.LinkIced

public DGLM.LinkIced(DGLM.Link link,
                     java.lang.Double tweedieLinkPower)
Method Detail

link

public final double link(double x)

linkDeriv

public final double linkDeriv(double x)

linkInv

public final double linkInv(double x)

linkInvDeriv

public final double linkInvDeriv(double x)

toString2

public java.lang.String toString2()