org.rosuda.ibase.toolkit
Class FrequencyTable

java.lang.Object
  extended by org.rosuda.ibase.toolkit.FrequencyTable

public final class FrequencyTable
extends java.lang.Object


Constructor Summary
FrequencyTable(SVar[] vvs)
           
 
Method Summary
 double[] getExp()
           
 int[] getLevels()
           
 java.lang.String[][] getLnames()
           
 int[] getMatchingCases(int[] com, int maxLevel)
           
 double getP()
           
 double[] getTable()
           
 SVar[] getVars()
           
 void permute(int[] perm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrequencyTable

public FrequencyTable(SVar[] vvs)
Method Detail

getLevels

public int[] getLevels()

getLnames

public java.lang.String[][] getLnames()

getTable

public double[] getTable()

getExp

public double[] getExp()

getMatchingCases

public int[] getMatchingCases(int[] com,
                              int maxLevel)

permute

public void permute(int[] perm)

getVars

public SVar[] getVars()

getP

public double getP()