hex
Class DGLM.LambdaMax

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

public static class DGLM.LambdaMax
extends Iced


Constructor Summary
DGLM.LambdaMax(int sz, double var, long nobs)
           
 
Method Summary
 void add(DGLM.LambdaMax lm)
           
 java.lang.String toString()
           
 double value()
           
 
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, wait, wait, wait
 

Constructor Detail

DGLM.LambdaMax

public DGLM.LambdaMax(int sz,
                      double var,
                      long nobs)
Method Detail

add

public void add(DGLM.LambdaMax lm)

value

public double value()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object