org.rosuda.deducer.menu
Class ContingencyDialog.ChiOptions

java.lang.Object
  extended by org.rosuda.deducer.menu.ContingencyDialog.ChiOptions
Enclosing class:
ContingencyDialog

public class ContingencyDialog.ChiOptions
extends java.lang.Object


Field Summary
 boolean asy
           
 long b
           
 boolean conservative
           
 boolean mc
           
 
Constructor Summary
ContingencyDialog.ChiOptions()
           
ContingencyDialog.ChiOptions(boolean asymptotic, boolean conserv, boolean monteCarlo, long ss)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

asy

public boolean asy

conservative

public boolean conservative

mc

public boolean mc

b

public long b
Constructor Detail

ContingencyDialog.ChiOptions

public ContingencyDialog.ChiOptions()

ContingencyDialog.ChiOptions

public ContingencyDialog.ChiOptions(boolean asymptotic,
                                    boolean conserv,
                                    boolean monteCarlo,
                                    long ss)
Method Detail

isValid

public boolean isValid()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object